EJB Architecture  «Prev  Next»

Containers, Servers, Deployment, and Transactions - Quiz

Each question is worth one point. Select the best answer or answers for each question.
 
1. Which one of the following is the container NOT responsible for:
Please select the best answer.
  A. Starting the remote object
  B. Managing the transactions for the remote object
  C. Marshalling the request from the client
  D. Security

2. Who can request that a transaction be rolled back?
Please select all the correct answers.
  A. The client
  B. The remote object
  C. The container
  D. The database
  E. The transport

3. Which of the following actions are required in the deployment process?
Please select all the correct answers.
  A. Setting local properties such as the URL of the database
  B. Creating stubs and skeletons of the remote object
  C. Un-marshalling the request from a client
  D. Setting the transaction attributes of one or more methods