What does @applicationscoped annotation indicate?
Answer / Sohan
@ApplicationScoped is an annotation in JSF that defines a bean with application scope. This means the bean instance will persist for the entire duration of the web application, from the time it's created until the server shuts down.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the various jsf api implementations you know?
What are different types of expressions supported by JSF EL?
What are the different types of Page Navigation supported in JSF?
Explain @CustomScoped annotations?
What are the benefits of jsf (javaserver faces)?
What are different implementations of JSF API?
What are the three types of tags for text fields exist in jsf?
How to create jdbc (java database connectivity) connection in jsf (javaserver faces) application?
What is resource bundling in jsf?
Explain value expression and method expressions in jsf?
Explain the difference between the attributes immediate and rendered?
What are the differences between a Backing Bean and Managed Bean?