Total members 11894 |It is currently Thu Nov 21, 2024 8:21 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





This topic explains the differences between an applet and a servlet:

An applet:is a small application that extends the functionality of a Web browser.

A servlet:is a small piece of code that extends the functionality of a server.

Technically, a servlet is an object, written in Java, that is equipped to receive a request and to construct and send back a response. Because servlets are written in Java, they inherit all the language's power and strengths. One of these strengths is speed, as a great deal of effort has been put into making Java perform well as a server language. Equally important, Java is also a cross-platform technology, so it is possible to develop a servlet under Linux, deploy it on NT, and move to Solaris when the site grows, all without needing to change or recompile anything.

The servlet architecture is designed to eliminate the need to reload anything every time a request is made by the browser.



_________________
Please recommend my post if you found it helpful


Author:
Beginner
User avatar Posts: 109
Have thanks: 5 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : What is the terms applets and servlets mean?
 How to connect database with Applets     -  
 Java Applets used for send sms     -  
 How to use Java Applets in your HTML     -  
 material of jsp and servlets     -  
 How does JSP differ from Servlets?!!!     -  
 Login using jsp,Servlets and Database following MVC     -  
 Servlets how to upload Files     -  
 help for making web pages using servlets     -  
 Displaying Images using servlets     -  
 Guest Book Application Using Servlets     -  



cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com