Hi All,
correct me the following quastions.
Question #: When authoring an
EJB which of the following exceptions CANNOT be thrown by an EJB 1.1 compliant bean? �
A. EJBException �
B. RemoteException �
C. CreateException �
D. Any application-specific exception �
MyAnswer:EJBException�
Question #: Which two statements are true about a session bean that implements the SessionSynchronization interface? (Select two)
A. The bean can be either stateless or stateful. �
B. The afterCompletion invocation communicates the outcome of the transaction to the bean.
C. The bean can roll back the transaction during the beforeCompletion invocation. �
D. The afterBegin method will always be invoked at the beginning of the transaction, if one exists. �
My Answer is :B,D
thanks and regards,
seenu