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

i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?

5 Answers   TCS,


What is Servlets and explain the advantages of Servlet life cycle?

0 Answers  


Explain the different ways for servlet authentication?

0 Answers  


What is the default HttpRequest method?

6 Answers  


How the typical servlet code look like ?

0 Answers  






what is meant by Transaction Isolation Levels?

2 Answers   IBM,


What are the types of Session Tracking ?

0 Answers  


Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me??????????????????

3 Answers   ProgressSoft,


What is a server side include (ssi)

0 Answers  


Is it possible to have a constructor inside the servlet?

0 Answers  


What is session tracking?

0 Answers  


How do you configure a centralized error handler in servlets?

0 Answers  


Categories