JavaDeploy
SiteMap
JSP - Servlets
JDBC
EJB Concepts
Entity Beans
EJB Architecture
«Prev
Next»
Enterprise JavaBeans
EJB Architecture
EJB Clients Remote Objects
Transport Stubs Skeletons
Client Stub Proxy Pattern
Separating Business Logic
EJB Reusable Components
Object Monitors
Transactional Environment
Transactions Remote Objects
Distributed Objects
Stateful Stateless Beans
EJB Container Services
EJB Session Beans
Deployment Descriptor Jar
Client View Bean
Client Bean Relationship
Home Object Interface
Finding Home Object
Creating EJB Session
Calling EJB Business Methods
EJB Exception Handling
Bean Identity Session Handles
EJB Client Program
EJB Deployment
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