What is a managed bean?
Answer / Gourab Kumar
In JSF, a Managed Bean is a Java class that represents a UI component or a set of components in the web application. They are managed by the JSF implementation and can be used to encapsulate application-specific behavior. To create a managed bean, you typically annotate a class with @ManagedBean.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the purpose of the <h: form> tag.
What is the JSP tag?
What is javaserver faces event and listener model?
What is javaserver faces validation model?
What are different types of expressions supported by JSF EL?
How to access js (javascript) file in jsf (javaserver faces) application?
What are the different types of events in jsf?
What is h:message tag in jsf (javaserver faces)?
What are JSF life cycle phases?
how you can call multiple listeners in JSF?
What are the different types of JSF events?
Explain immediate and rendered attributes?