Explain the configuration process of the managed bean in jsf.
Answer Posted / Pradeep Kumar Nigam
Managed Beans are Java classes that provide business logic and data for JSF components. Managed beans are scoped, meaning they have a specific lifecycle and can be accessed across multiple pages in the application. They are configured using the @Named annotation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category