Vidyalelo
Java Programming · Q27

Java Application Lifecycle and Annotations

Programming · Java Programming · question 27

Q27

In Java web applications, what is the purpose of the `@SessionScoped` annotation?

A.
To define JavaBean properties
B.
To execute SQL queries
C.
To indicate that a bean's scope is limited to a user session
Answer
D.
To create JavaBeans

Answer: Option C

Solution

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