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 / saikiran

servlet is the server side funcionality
to plugin to the Servlet contianer to get the Services
from the contianer like
lifecycleManagement
thread management
request navigation
response deligation
session management

Is This Answer Correct ?    1 Yes 0 No

What is servlet?..

Answer / janet

Servlets are modules that extend requests/response-oriented
servers,such as java enabled web servers.
For example, a servlet might be responsible for taking
data in an HTML order-entry form and applying the business
logic used to update a company's order data base.

Is This Answer Correct ?    1 Yes 1 No

What is servlet?..

Answer / sureshkumar

Servlet is a plat form independent webapplication component
which executes in the webserver and can handle the multiple
requests concurrently.

Is This Answer Correct ?    0 Yes 0 No

What is servlet?..

Answer / nagababu

Servlets are small program which execute on the webserver.
They run under webserver environment exploting
functionalities of the web server

Is This Answer Correct ?    0 Yes 0 No

What is servlet?..

Answer / sasmita

Servlet is a java class mainly handles Http request and
response from the web server. It acts as a controller for
receiving request from servers delegating to particular
model class and then forwarding a response by using
RequestDispatcher.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

0 Answers  


What is the default HttpRequest method?

6 Answers  


Tell us something about servletcontext interface.

0 Answers  


Explain web container.

0 Answers  


Should I override the service() method?

0 Answers  


what is the difference between ServletContext and ServletConfig

7 Answers  


What advantages do servlets have over CGI programs?

5 Answers  


what is multiple server?

0 Answers  


Which event is fired at the time of setting, getting or removing attribute from application scope?

0 Answers  


What is java servlet?

0 Answers  


Differentiate between get and post?

0 Answers  


How to make sure a servlet is loaded at the application startup?

0 Answers  


Categories