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

What are required configurations for JSF framework?

1 Answers  


What are the three types of tags for text fields exist in jsf?

1 Answers  


What is the significance of facelets tag?

1 Answers  


Explain the difference between jsf 1.0vs.jsf 2.0?

1 Answers  


What are the facelets composite components?

1 Answers  


What is a managed bean?

1 Answers  


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

1 Answers  


What is meant by bean scope?

1 Answers  


Explain the name backing bean.

1 Answers  


What is jsf framework?

1 Answers  


What is javaserver faces navigation model?

1 Answers  


Explain @ViewScoped annotations?

1 Answers  


Categories