What is servlet?

Answers were Sorted based on User's Feedback



What is servlet?..

Answer / tulasi vani

Servlets are server side java programs that are run on web
or application servers.They act as a middle layer between
the requests coming from the web browsers and databases

Is This Answer Correct ?    8 Yes 1 No

What is servlet?..

Answer / mirza

Servlet is a server side program which is written in java
langauge and it contains the bussiness logic funtion to
submit the appropriate response back to client.
We use servlet to develop the web component
which is deveploy by using web server like Apache.
It takes the HTTP request from client and it
generates the HTTP response back to client.
As per MVC design pattern it works like a
controller.

Is This Answer Correct ?    5 Yes 1 No

What is servlet?..

Answer / sudarsan

Servlet is an Interface.
It is a server side component.
servlet takes the request from the container and process
the request and send the response to the container.
so container manages the servlet life cycle.
servlet is a controller.

Is This Answer Correct ?    3 Yes 0 No

What is servlet?..

Answer / siddu

servlet is a java program which runs in the web container

Is This Answer Correct ?    3 Yes 0 No

What is servlet?..

Answer / shakir khan`

Servlets are java technology answer to Common Gateway
Interface(CGI).They are programs that run on a webserver
and bulid webpages.

Servlet is a java object that receives a request as
input,parses its data,performs some logic and issues
response back to the client.

Is This Answer Correct ?    2 Yes 0 No

What is servlet?..

Answer / devarathnam c,kotagudibanda(po

Hi...
Servlet is a java-web application component that extends
the Generic servlet or HttpServlet classes.Servlet runs in
web server.

Is This Answer Correct ?    2 Yes 0 No

What is servlet?..

Answer / prashant

Servlet is a server side software component written in java
that dynamically extends the functionality of a server

Is This Answer Correct ?    1 Yes 0 No

What is servlet?..

Answer / vijaya

servlet is a technology from sun which is used to develop
server side components.Servlets as a server side component
is responsible to receive the request from the client and
process the request and send the response back to the client

Is This Answer Correct ?    1 Yes 0 No

What is servlet?..

Answer / a.srinivas rao

servlet is a web component used to deveop Web
Applications,they are dep;oyed on the server to process the
user requests.
or
servlet is a java program which runs on the server machine
to proess the user request and to give rsponse.

Is This Answer Correct ?    1 Yes 0 No

What is servlet?..

Answer / prasad

Servlet is a java cpmpatability program which is running
under the webserver.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Servlets Interview Questions

What do you mean by cgi and what are its drawbacks?

0 Answers  


When Servlet is unloaded?

0 Answers  


how can we execute servelt? what the use ".war" or ".jar" file creation

3 Answers   CTS,


What is the difference between the http servlet and generic servlet?

0 Answers  


Can you refresh servlet in client and server-side automatically?

0 Answers  






What is servlet? Explain

0 Answers  


Can we use threads in Servlets?

0 Answers  


Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.

4 Answers  


How will you pass values from HTML page to the servlet?

0 Answers  


How threads are implemented in servlets?

3 Answers  


My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??

2 Answers  


What is servlet looping or chaining?

0 Answers  


Categories