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...


when the webcontainer creates ServeletConfig,ServletContext
objects? befoure creating the Servlet object or not?

Answers were Sorted based on User's Feedback



when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet..

Answer / d.murali krishna

when ever a web application (.war file)is deployed in to
running server, immediatly the server reads corresponding
configuration file.


if parsing of that web.xml is succeded, then only
ServeletContext instance is created, other wise
ServletContext instance creation is failed. Then that web
application is not ready to provide services.

When ever a request is given to Servlet first time, first
Servlet instance is created, then its ServletConfig
instance is created.

Is This Answer Correct ?    15 Yes 5 No

when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet..

Answer / durga ganesh reddy

Just by receiving a request, the web container creates
ServletContext object(so it is called asapplication
object).After creating servlet object then ServletConfig
object will be created.For each servlet instance there will
be a ServletConfig istance is available separtely.

Is This Answer Correct ?    11 Yes 8 No

when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet..

Answer / pavankumar

when we deploy the web application.the server reads the contents from configuration file(web.xml file) and server checks whether corresponding servlet object is created or not if it is created the server does'nt creates if it is not there then it create
before that when we deploy the web application ServletContext is created.
After the creation of servlet object .then servletConfig is created for that corresponding servlet.

Is This Answer Correct ?    1 Yes 3 No

when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet..

Answer / ravikiran.chd

the servlet context & servlet config objects will be created
once the application is deployed into the container,

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Servlets Interview Questions

List some life cycle methods of a servlet.

0 Answers  


Which method is called when reference variable is passed in system.net?

0 Answers   HCL,


when will cookie information destroy?

7 Answers  


Why is a constructor needed in a servlet even if we use the init method?

0 Answers  


What’s the difference between sendredirect and forward methods

0 Answers  


how can we execute servelt? what the use ".war" or ".jar" file creation

3 Answers   CTS,


Explain the difference between jsp and servlet?

0 Answers  


Which is better jsp or servlet?

0 Answers  


I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?

0 Answers   IBM,


What is the requirement of servlet config and servlet context implemented and how are they implemented?

0 Answers  


How does tomcat servlet container work?

0 Answers  


what is the difference between ServletContext and ServletConfig

7 Answers  


Categories