What is managed bean and backing bean in jsf?



What is managed bean and backing bean in jsf?..

Answer / Trilok Kumar

In JSF, a Managed Bean is a Java class that represents a component of the application. A Backing Bean is a specific type of Managed Bean that is used to handle the business logic and state of the UI components.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Server Faces (JSF) Interview Questions

Name several facelets tags.

1 Answers  


What are the different types of JSF events?

1 Answers  


What are the various jsf api implementations you know?

1 Answers  


What does navigation rule mean in jsf?

1 Answers  


What is the use of controller module?

1 Answers  


What are the available scopes for the managed bean?

1 Answers  


How to map faces servlet instance in jsf (javaserver faces) application?

1 Answers  


What is f:validatelongrange tag in jsf (javaserver faces)?

1 Answers  


How to declare the message beans in the faces –config.xml file?

1 Answers  


List the benefits of using an expression language?

1 Answers  


What are the different types of Page Navigation supported in JSF?

1 Answers  


List some advantages of facelets.

1 Answers  


Categories