-
diffrence in servlet and applet
what is the difference between Applet and Servlet?
-
-
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
-
Replies: 3
Last Post: 06-08-2005, 04:22 AM
-
Replies: 1
Last Post: 03-02-2001, 09:29 AM
-
Replies: 1
Last Post: 08-10-2000, 12:35 PM
-
Replies: 1
Last Post: 08-10-2000, 12:33 PM
-
Replies: 1
Last Post: 05-26-2000, 11:11 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks