JSP pages are compiled directly into servlets, so they are IDENTICAL to
servlets. No difference what so ever except for how they are created...JSP
giving you the ability to embed java into a HTML syntax instead of the other
way around for servlets.

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Gogia Nitin
> Sent: Thursday, May 04, 2000 1:05 AM
> To: [EMAIL PROTECTED]
> Subject: JSP Disadvantage ??
>
>
> 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
>

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