Tag: architecture

Questions Related to architecture

  1. Actors

  2. Use Case

  3. Events

  4. Stake Holder


Correct Option: C
  1. views

  2. diagrams

  3. model elements

  4. all the above


Correct Option: D
  1. Stateful session beans can survive a server crash but entity beans can't.

  2. Entity beans can survive a server crash but stateful session beans can't.

  3. Session beans are typically used to make calls on entity beans.

  4. Entity beans are typically used to make calls on session beans.


Correct Option: B,C
  1. Local Clients should be used when the web server is running on the same machine as the application server.

  2. Local Clients should be used when session beans need to communicate with entity beans.

  3. Beans deployed in the same Virtual Machine as the client should use local Clients.

  4. Local Clients have been introduced to make testing code easier.

  5. Local Clients have been introduced to improve maintainability

  6. Local Clients have been introduced to improve performance.


Correct Option: C,F
  1. Usage of ORM Frameworks requires complex coding.

  2. ORM Frameworks reduce development times

  3. Manageability of application decreases

  4. Requires specialized resources.


Correct Option: D
  1. Application can be isolated from the database and the only connection to it is using the ORM framework and a JDBC driver.

  2. ORM Frameworks reduce development times

  3. Manageability of application increases

  4. It is faster than the direct JDBC access.


Correct Option: D