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 |
Name several facelets tags.
What is the significance of selectOne menu tag in JSF?
How does execution phase work in jsf (javaserver faces) lifecyle?
How to relocate web resources in jsf (javaserver faces) application?
What is h:commandbutton tag in jsf (javaserver faces)?
why is jsf used for?
Explain the required and requiredmessage attribute of the <h:inputtext> tag?
Tell us about the @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations.
What is javaserver faces technology?
What is eager managed bean?
What is a listener class?
What are the differences between a Backing Bean and Managed Bean?