Oracle
1Z0-895 · Question #45
Given this code snippet from a JMS message driven bean class X: When this bean class handles a message, which is correct?
The correct answer is F. This is NOT a compliant JMS message-driven bean. See the full explanation below for the reasoning.
Question
Given this code snippet from a JMS message driven bean class X: When this bean class handles a message, which is correct?
Exhibit
Options
- AAfter a message delivery the result is 1.
- BAfter a message delivery the result is 2.
- CAfter a message delivery the result is 12.
- DAfter a message delivery an exception is thrown.
- EAfter a message delivery the result is unpredictable.
- FThis is NOT a compliant JMS message-driven bean.
How the community answered
(53 responses)- A4% (2)
- B15% (8)
- D2% (1)
- E8% (4)
- F72% (38)
Community Discussion
No community discussion yet for this question.
