nerdexam
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

1Z0-895 question #45 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)
  • A
    4% (2)
  • B
    15% (8)
  • D
    2% (1)
  • E
    8% (4)
  • F
    72% (38)

Community Discussion

No community discussion yet for this question.

Full 1Z0-895 Practice