Explain the different kinds of bean scopes in jsf?
Answer / Renu Sirohi
The different kinds of bean scopes in JSF are: 1. Request scope (@RequestScoped), managed beans created for each HTTP request and destroyed after the response is sent, 2. Session scope (@SessionScoped), managed beans that last as long as the user's session, 3. Application scope (@ApplicationScoped), managed beans available throughout the application lifecycle.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain different types of jsf events?
What is h:form tag in jsf (javaserver faces)?
What is render kit in jsf?
What are the benefits of jsf (javaserver faces)?
What is h:inputext tag in jsf (javaserver faces)?
What is component rendering model?
Explain some of the attributes of <h:form> tag?
What is cdi in jsf?
Explain the different kinds of bean scopes in jsf?
What is a backing bean?
Compare the jsf and spring framework.
What components are used to display data in a table form?