DEVFYI - Developer Resource - FYI

What is a JSP and what is it used for?

JSP Interview Questions and Answers


1. What is a JSP and what is it used for?

Java Server Pages (JSP) is a platform independent presentation layer technology that comes with SUN s J2EE platform. JSPs are normal HTML pages with Java code pieces embedded in them. JSP pages are saved to *.jsp files. A JSP compiler is used in the background to generate a Servlet from the JSP page.

(Continued on next question...)

Other Interview Questions