Java Enterprise Edition (J2EE/JEE) Question:
Download Questions PDF

What is backing bean?

J2EE Interview Question
J2EE Interview Question

Answer:

A JavaBeans component that corresponds to a JSP page that includes JavaServer Faces components. The backing bean defines properties for the components on the page and methods that perform processing for the component. This processing includes event handling, validation, and processing associated with navigation.

Download J2EE Interview Questions And Answers PDF

Previous QuestionNext Question
What is authorization constraint?What is bean-managed persistence?