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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between java beans & servlets?

1108


Can we use threads in Servlets?

1192


What is called a session?

1227


How can we create deadlock situation in servlet?

1489


What is servlet looping or chaining?

1188


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

1048


Write a simple servlet program to print the contents of html.

1118


What is the difference between a generic servlet and http servlet?

1043


What is the purpose of inter-servlet communication?

1147


What are the differences between forward() method and sendredirect() methods?

1079


What are the different types of servlets?

1063


What is the difference between servlet and jsp?

1172


What is the difference between CGI and Servlet?

1128


Can we override servlet service method?

1150


What’s the difference between genericservlet and httpservlet?

1189