Explain @RequestScoped annotations?
Answer / Kalpana
@RequestScoped is a scope annotation in JSF that defines a bean with request-scoped duration. This means the bean's lifecycle lasts for the length of the HTTP request that created it, and it is destroyed when the request ends or the response is sent back to the client.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the standard jsf tag library?
How to implement internationalization (i18n) in JSF?
Name some important event handlers.
What do you understand by managed bean in jsf?
List out the available implementations of JavaServer faces?
What are different types of expressions supported by JSF EL?
What is javaserver faces navigation model?
What are JSF life cycle phases?
How can we obtain the generated event?
List the benefits of data table tags in JSF?
How to map faces servlet instance in jsf (javaserver faces) application?
What are the advantages of facelets?