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...


Explain @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations?



Explain @viewscoped, @sessionscoped, @customscoped and @requestscoped annotations?..

Answer / Anand Kumar Sagar

"@ViewScoped is used to create a bean that has its lifecycle associated with the current view (JSF component tree).n@SessionScoped creates a bean whose lifecycle is bound to the HTTP session. It means it persists across requests but not across sessions.n@CustomScoped allows developers to define a custom scope of managed beans by implementing the javax.faces.context.ExternalContext interface and registering the custom scope with the FacesContext object.n@RequestScoped creates a bean whose lifecycle is bound to the current HTTP request. It means it does not persist across requests."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Server Faces (JSF) Interview Questions

Explain the difference between the attributes immediate and rendered?

1 Answers  


Can the JSF support multiple faces configuration files?

1 Answers  


What is a render kit?

1 Answers  


What are the main functions of the method in backing bean?

1 Answers  


What are the standard converters in jsf (javaserver faces)?

1 Answers  


What is javaserver faces navigation model?

1 Answers  


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

1 Answers  


What is jsf and why it is used?

1 Answers  


Explain the working of render phase in jsf.

1 Answers  


What is the difference between instant and deferred expressions?

1 Answers  


What is the difference between jsf and jsp?

1 Answers  


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

1 Answers  


Categories