DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2006
    Posts
    2

    diffrence in servlet and applet

    what is the difference between Applet and Servlet?

  2. #2
    Join Date
    Dec 2005
    Posts
    21

  3. #3
    Join Date
    Nov 2004
    Location
    Norway
    Posts
    1,560
    An applet is downloaded from the server to the client and is run in a browser as an application with limited capabilities for accessing local data (sandbox). It is also restricted to not accessing other sites than the one it was downloaded from.

    A servlet is a server side program that handles client requests and sends back responses based on these requests.

    A common use is an applet that sends requests to a servlet, which in turn accesses local data/databases/other servers for preparing and sending a response to the client (applet).
    eschew obfuscation

Similar Threads

  1. Replies: 3
    Last Post: 06-08-2005, 04:22 AM
  2. Calling a Servlet from an Applet
    By Angel in forum Java
    Replies: 1
    Last Post: 03-02-2001, 09:29 AM
  3. Replies: 1
    Last Post: 08-10-2000, 12:35 PM
  4. Replies: 1
    Last Post: 08-10-2000, 12:33 PM
  5. applet servlet communication
    By prasad in forum Java
    Replies: 1
    Last Post: 05-26-2000, 11:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links