What do you mean by bean scope?



What do you mean by bean scope?..

Answer / Sanoj Kumar

Bean scope defines the lifecycle and visibility of a managed bean in JSF. There are four types of bean scopes: request, session, application, and application-scoped.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Server Faces (JSF) Interview Questions

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

1 Answers  


What is managed bean and backing bean in jsf?

1 Answers  


What are JSF life cycle phases?

1 Answers  


What is render kit in jsf?

1 Answers  


How can you call multiple listeners in jsf?

1 Answers  


Tell us about the purpose of the converter tags in jsf.

1 Answers  


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

1 Answers  


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

1 Answers  


what is JSF or Java Server Faces?

1 Answers  


What is resource binding in jsf?

1 Answers  


Explain the difference between jsf 1.0vs.jsf 2.0?

1 Answers  


How to validate managed bean in jsf (javaserver faces)?

1 Answers  


Categories