Explain the different kinds of bean scopes in jsf?



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

Post New Answer

More Java Server Faces (JSF) Interview Questions

Explain different types of jsf events?

1 Answers  


What is h:form tag in jsf (javaserver faces)?

1 Answers  


What is render kit in jsf?

1 Answers  


What are the benefits of jsf (javaserver faces)?

1 Answers  


What is h:inputext tag in jsf (javaserver faces)?

1 Answers  


What is component rendering model?

1 Answers  


Explain some of the attributes of <h:form> tag?

1 Answers  


What is cdi in jsf?

1 Answers  


Explain the different kinds of bean scopes in jsf?

1 Answers  


What is a backing bean?

1 Answers  


Compare the jsf and spring framework.

1 Answers  


What components are used to display data in a table form?

1 Answers  


Categories