Vidyalelo
Java Programming · Q17

Java Application Lifecycle and Annotations

Programming · Java Programming · question 17

Q17

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

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

Answer: Option C

Solution

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