List the available scopes for managed bean in jsf.



List the available scopes for managed bean in jsf...

Answer / Bhole Nath Mishra

JSF offers four different scopes for managed beans: request, view, session, and application. Request-scoped beans are only accessible within the current HTTP request; view-scoped beans are visible to components within a specific JSF view; session-scoped beans exist throughout the duration of the HTTP session; and application-scoped beans have global access across all sessions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Server Faces (JSF) Interview Questions

What are tags in jsf?

1 Answers  


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

1 Answers  


How different components are rendered in JSF page?

1 Answers  


How to access web.xml init parameters from JSP page?

1 Answers  


What are Data Bound table components ?

1 Answers  


Explain @RequestScoped annotations?

1 Answers  


What is the difference between jsp and jsf?

1 Answers  


Explain JSF architecture?

1 Answers  


Mention some of the functions that the backing bean method performs?

1 Answers  


What is a view object?

1 Answers  


How does execution phase work in jsf (javaserver faces) lifecyle?

1 Answers  


Compare the jsf and spring framework.

1 Answers  


Categories