Q24
In a Java EE application, what is the primary role of the `@Stateless` annotation?
A.
To define JavaBean properties
B.
To execute SQL queries
C.
To create JavaBeans
D.
To indicate that a class is a stateless session bean
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board