Switch to full style
What's behind JSP & Servlets
Post a reply

What is the terms applets and servlets mean?

Fri Jun 22, 2007 8:50 pm

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.



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