Hi,

Basically the difference remains in the development
time,since a JSP is created as an HTML page with scriptlets
and a Servlet is created as a Java class.
But when the JSP is invoked for the very first time it
is "compiled" into a servlet and thereafter behaves like
one.
The only remark is that every time a JSP is invoked, the
JSP engine checks the version of the JSP file to make sure
it´s the same as the servlet built, otherwise the JSP
engine will recompile the JSP into another servelt.

Regards,

Ariosto.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to