Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

List some advantages of facelets.

1 Answers  


Why jsf is not so popular as mvc framework like spring mvc, even though its older?

1 Answers  


What are the benefits of jsf (javaserver faces)?

1 Answers  


Explain value expression and method expressions in jsf?

1 Answers  


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

1 Answers  


What does the @managedproperty annotation mean?

1 Answers  


What are different JSF Converter tags?

1 Answers  


List the benefits of Expression Language?

1 Answers  


Give a list of facelet tags.

1 Answers  


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

1 Answers  


Explain the configuration process of the managed bean in jsf.

1 Answers  


Explain the difference between the required and requiredmessage attributes in the <h: inputtext> tag.

1 Answers  


Categories