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

In howmany ways applet-servlet communication can be done?

1 Answers  


How do you create a cookie using servlet?

0 Answers  


What is the purpose of requestdispatcher interface?

0 Answers  


How to get the path of servlet in the server?

0 Answers  


How are filters?

0 Answers  


Who is responsible for writing a constructor?

0 Answers  


hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code

0 Answers   CTS,


How do I support both get and post from the same servlet?

0 Answers  


What are important features of Servlet 3?

0 Answers  


Write the code to get the server information in servlet.

0 Answers  


What is ServletContext object?

0 Answers  


What is the need of servlet filters?

0 Answers  


Categories