Hi,
I have one question related to Servlet and JSP functionality.
In case of servlet, for the first time when we call a servlet, server
will load the servlet into memory and then serve the request. All other
calls to the same servlet will be handled directly i.e. without
reloading the servlet again since its already loaded.
But in case of JSP, whether JSP will be loaded into memory for the first
call?
Thanks in advance.
Sushil
===========================================================================
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