What does the @applicationscoped annotation indicate?
Answer / Satyendra Kumar Verma
The @ApplicationScoped annotation in JSF indicates that a managed bean has application scope. This means that a single instance of the bean exists throughout the entire application lifetime, and is shared by all users and sessions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is JSF?
Mention some of the validator tags used in JSF?
Explain @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations?
List some ajax attributes.
What is the significance of selectOne menu tag in JSF?
Explain different types of jsf events?
Explain the differences between a managed bean and backing bean in jsf?
Define jsf?
What is the purpose of the facelets tag?
What is javaserver faces technology?
What are some of the facelets tags?
How to relocate web resources in jsf (javaserver faces) application?