Explain the differences between a managed bean and backing bean in jsf?
Answer / Omdutt
"Managed Bean is a Java class that provides business logic for JSF components. It is configured in the faces-config.xml file.nBacking Bean, on the other hand, is a special kind of Managed Bean that holds UI component state and provides getter/setter methods to access them."
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the three types of tags for text fields exist in jsf?
What is JSF Navigation Rule?
How can we obtain the generated event?
What are different types of expressions supported by JSF EL?
What is jsf framework?
What are the facelets composite components?
What is the difference between jsf-1 and jsf-2?
How to create facelets templates?
What tags are used for action and navigation?
What are the available validation tags in jsf (javaserver faces)?
Explain the jsf architecture.
What does @applicationscoped annotation indicate?