GIAC
GSSP-JAVA · Question #90
Which of the following statements make a message-driven bean different from a session bean? Each correct answer represents a complete solution. Choose all that apply.
The correct answer is B. A message-driven bean has only one bean class. C. Clients do not access message-driven beans through interfaces. See the full explanation below for the reasoning.
Question
Which of the following statements make a message-driven bean different from a session bean? Each correct answer represents a complete solution. Choose all that apply.
Options
- AMultiple clients can be processed by a single message-driven bean.
- BA message-driven bean has only one bean class.
- CClients do not access message-driven beans through interfaces.
- DThe EJB container can assign a message to any message-driven bean instance because
- EData or conversational state for a specific client cannot be retained by message-driven
How the community answered
(41 responses)- A7% (3)
- B80% (33)
- D10% (4)
- E2% (1)
Community Discussion
No community discussion yet for this question.