JSP Tutorial JSP : Java Server Pages It is a server side scripting language. JSP are normal HTML with Java code pieces embedded in them. A JSP compiler is used to generate a Servlet from the JSP page.
JSP is a scriptiing language, that you can embed dynamic content which is not possible with HTML. JSP internally converts into Servlet class.