InterviewSolution
Saved Bookmarks
| 1. |
What Are The Differences Between A Backing Bean And Managed Bean? |
|
Answer» Backing BEANS are merely a convention, a subtype of JSF MANAGED Beans which have a very particular purpose. There is NOTHING SPECIAL in a Backing BEAN that makes it different from any other managed bean apart from its usage. Backing Beans are merely a convention, a subtype of JSF Managed Beans which have a very particular purpose. There is nothing special in a Backing Bean that makes it different from any other managed bean apart from its usage. |
|