What is servelet?

Showing Answers 1 - 4 of 4 Answers

Rajesh

  • Nov 1st, 2005
 

RAJESH WROTE:SERVLETS are the server side applets. These will execute by the server.servlet does not contain main methods.servlet having its own life cycle.[init(),service(),distroy()].

  Was this answer useful?  Yes

ayyavarureddy

  • Dec 27th, 2005
 

servlet is a java object that implements javax.servlet.Servlet interface

  Was this answer useful?  Yes

Pallavi

  • Dec 28th, 2005
 

Servlets are small programs that execute within the address space of a Web Server.

In short they are Server Side applets.

  Was this answer useful?  Yes

James Samuel

  • Oct 27th, 2006
 

Servlet defines the functionality of the servlet. Just like Applet defines the functionality of a browser

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions