Q16
What does the `@Singleton` annotation indicate in Java EE applications?
A.
To execute SQL queries
B.
That a class should be instantiated only once per application
AnswerC.
To create JavaBeans
D.
None of These
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board