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
D. To define JavaBean properties
Answer: Option C

Join The Discussion