Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How can you use a servlet to generate a plain text instead of html?

0 Answers  


What is the effective way to make sure all the servlets are accessible only when user has a valid session?

0 Answers  


What do you mean by session tracking and also explain its techniques?

0 Answers  


How do we share data using 'getservletcontext ()?

0 Answers  


Why session tracking is needed?

0 Answers  


request parameter how to find whether a parameter exists in the request object?

0 Answers  


Which method the Servlet container call to create the instance of the servlet?

16 Answers   emc2, JK Technosoft,


What is lazy loading and what is Generic Servlet Class?

0 Answers  


What is dispatcher servlet?

0 Answers  


Who is responsible to create the object of servlet?

0 Answers  


What do you mean by chaining in servlet?

0 Answers  


what is SSL?

3 Answers  


Categories