DEVFYI - Developer Resource - FYI

What is backing bean

J2EE Interview Questions and Answers (Part 1)


(Continued from previous question...)

24. What is backing bean

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.

(Continued on next question...)

Other Interview Questions