What is the difference between backing bean and managed bean?



What is the difference between backing bean and managed bean?..

Answer / Rohit Pant

A Managed Bean is a Java object that manages the application's state, while a Backing Bean specifically refers to the JavaBeans component used to manage UI components in JSF.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Server Faces (JSF) Interview Questions

What different jsf tags are used for conversion?

1 Answers  


Name several facelets tags.

1 Answers  


What are the features of jsf (javaserver faces)?

1 Answers  


Tell us about the purpose of the converter tags in jsf.

1 Answers  


Give the system requirements for the jsf use.

1 Answers  


Explain value expression and method expressions in jsf?

1 Answers  


What is java server faces (jsf)?

1 Answers  


What is the difference between struts2 and jsf?

1 Answers  


List some of the attributes of <h:form> tag in jsf?

1 Answers  


Which tag is used to upload a file on the website in jsf?

1 Answers  


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

1 Answers  


What does the @applicationscoped annotation indicate?

1 Answers  


Categories