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 context ?

Answers were Sorted based on User's Feedback



What is servlet context ?..

Answer / veesa

sevlet context gives the information about servlet environment.

Is This Answer Correct ?    5 Yes 1 No

What is servlet context ?..

Answer / srivani

Servlet Context Object is created by webcontainer.Through
out the web application one servlet Context Object is
created.This Context Object creates config object,For every
servlet request one config object is created,but entire web
application only one context object.

Is This Answer Correct ?    2 Yes 0 No

What is servlet context ?..

Answer / mahesh

The servlet context is an object that contains a servlet's
view of the Web application within which the servlet is
running. Using the context, a servlet can log events, obtain
URL references to resources, and set and store attributes
that other servlets in the context can use. (answer supplied
by Sun's tutorial).

Is This Answer Correct ?    3 Yes 2 No

What is servlet context ?..

Answer / suresh g

Servlet context:

Servlet context is communication
between server side .Every application has only one
servlet context and is accessible to all action
resource of that application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

Does servlet have main method?

0 Answers  


When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

0 Answers  


what is the control flow in servlet when we send a request?

5 Answers   TCS,


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

0 Answers  


Explain web container.

0 Answers  


How forward () method is different from send redirect () method?

0 Answers  


Explain the methods of request dispatcher in servlet?

0 Answers  


What is the default http method in the servlet?

0 Answers  


When jsessionid is created?

0 Answers  


What do you mean by servlet?

0 Answers  


What are the phases of servlet life cycle?

0 Answers  


What is DSN and System DSN and what is the difference between them?

2 Answers  


Categories