JSF Question:
Download Questions PDF

What is the difference between JSP and JSF?

Answer:

JSP simply provides a Page which may contain markup, embedded Java code, and tags which encapsulate more complicated logic / html. JSF may use JSP as its template, but provides much more. This includes validation, rich component model and lifecycle, more sophisticated EL, separation of data, navigation handling, different view technologies (instead of JSP), ability to provide more advanced features such as AJAX, etc.

Download JSF Interview Questions And Answers PDF

Previous QuestionNext Question
What is JavaServer Faces validation model?What are tags in JSF?