I read that everytime user requests for a JSP page , a seperate object is
created and loaded into memory. Is it true ?
If yes, then this the biggest disadvantage as compared to servlets which is
loaded into memory only once and for every request from user spwans a
seperate thread.

Nitin

===========================================================================
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