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 |
What is JSF Navigation Rule?
What does navigation rule mean in jsf?
What are the features of facelets used in jsf?
What are the various features of java server faces?
What is javaserver faces ui component?
What are Data Bound table components ?
Explain immediate and rendered attributes?
Define jsf?
What is managed bean and backing bean in jsf?
What are the mvc design modules?
How to access web.xml init parameters from JSP page?
How to configure managed bean in the xml file?