1.

What is the difference between JSF and JSP?

Answer»

The DIFFERENCE between JSF and JSP are:

S.noJSFJSP
1.The full form of JSF is Java Server Faces, and it is a web-based application.The full form of JSP is Java Server Pages, and it is a Java-based technology.
2.The file EXTENSION of JSF is .jsfThe file extension of JSP is .jsp
3.In JSF the tag attributes are dynamic in NATURE and are mapped automatically.Tag attributes have to be declared in the TSD file.


Discussion

No Comment Found