applet = browser application
servlet = server application

The major conceptual difference is that an applet executes in the context of
the browser, whereas a servlet runs in the context of the web server.  This
means that the applet has easy access to the user interface, which isn't
directly accessible to a servlet.  On the other hand, a servlet has direct
access to server side resources (such as a database) whereas accessing them
from an applet can be fraught with problems.
    (*Chris*)

----- Original Message -----
From: "Moloy Biswas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 27, 1999 9:21 PM
Subject: Sevlet & Applet


> Can anyone tell me the major conceptual difference between applet and
> servlet, pl explain
>
> Moloy
>
>
> --------------------------------------------------------------
> SREI INTERNATIONAL FINANCE LTD., CALCUTTA, INDIA
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to