The Enterprise Java Bean 2.0 specification has introduced the notion of local Clients. What are local Clients and why were they introduced?

  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

Find more quizzes: