JSF Interview Questions
- What are JSF releases?
- What is JSF architecture?
- What are the main tags in JSF?
- What are the advantages of JSF?
- What are the JSF life-cycle phases?
- How JSF Fits For Web Applications?
- How to download PDF file with JSF?
- What is JSF life cycle and its phases?
- Who are the users of JSF technology?
- What is required for JSF to get started?
- What is Java Server Faces Technology?
- What does it mean by render kit in JSF?
- What typical JSF application consists of?
- What Is a Java Server Faces Application?
- How to mask actual URL to the JSF page?
- Explain briefly the life-cycle phases of JSF?
- How to declare the Message Bundle in JSF?
- What is the difference between JSP and JSF?
- What is Java Server Faces conversion model?
- How to declare the Navigation Rules for JSF?
- What are differences between struts and JSF?
- What does it mean by rendering of page in JSF?
- What is Java Server Faces expression language?
- How to get current page URL from backing bean?
- How to print out html markup with h: outputText?
- What if no navigation rule matches a given action?
- What are the different kinds of Bean Scopes in JSF?
- What is Java Server Faces event and listener model?
- What is the difference between JSP-EL and JSF-EL?
- How to access web.xml init parameters from jsp page?
- How to access web.xml init parameters from java code?
- How JSF different from conventional JSP / Servlet Model?
- Is it possible to have more than one Faces Configuration file?
- What are the available implementations of Java Server Faces?
- How to reload the page after Value Change Listener is invoked?
- How do you declare the managed beans in the faces-config.xml file?
- How to pass a parameter to the JSF application using the URL string?
- What are the differences between a Backing Bean and Managed Bean?
- How to show Confirmation Dialog when user Click the Command Link?
- What is the difference between the domain object model and a view object?