What is the significance of name and eager attributes in managed bean?
Answer Posted / Rinshu Kanaujiya
"The 'name' attribute is used to give a unique identifier to a Managed Bean, allowing it to be accessed from the JavaServer Faces application. The 'eager' attribute determines whether the bean is created and initialized as soon as it is loaded or only when it is first used (lazy loading). "
| 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