Posted By:
Anonymous
Posted On:
Friday, June 4, 2010 02:40 AM
JavaServer Pages are in fact compiled as Servlet classes.
JSP is a technology designed to make easier the development of static web content using Java as programming language.
If you want a deep understanding of the Servlets-JSP relationships, read the specification of JavaServer Pages available at Oracle web site.