Explain different ways of declaring a managed bean in JSF?
Answer Posted / Anurag Lohant
"Managed beans can be declared using several methods in JSF: 1. Annotation (using @ManagedBean and @SessionScoped, @RequestScoped, or @ApplicationScoped), 2. XML Deployment Descriptor (web.xml) - using <managed-bean> tag."
| 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