JSF Question:
Download Questions PDF

What is the JSF?

Answer:

JavaServer Faces(JSF) is a framework for building web-based user interface in Java. Unlike Swing, JSF provides widgets like buttons, hyperlinks, checkboxes, etc. in different ways. It has extensible facilities for validating inputs and converting objects to and from strings for display.
JSF is the Java answer to Microsoft ASP.NET's Web Forms. ASP.Net is roughly equivalent to the Servlet and JSP

Download JSF Interview Questions And Answers PDF

Previous QuestionNext Question
What is JavaServer Faces event and listener model?What is Render Kit in JSF?