Vidyalelo
Java Programming · Q19

Java Application Lifecycle and Annotations

Programming · Java Programming · question 19

Q19

In Java EE applications, what is the primary role of the `@MessageDriven` annotation?

A.
To indicate that a class is a message-driven bean (MDB)
Answer
B.
To define JavaBean properties
C.
To execute SQL queries
D.
To create JavaBeans

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board