init() method of servlet loaded by?

Answers were Sorted based on User's Feedback



init() method of servlet loaded by?..

Answer / madan

init() method of the servlet is loaded by the servlet
container which resides in the server.

Is This Answer Correct ?    8 Yes 0 No

init() method of servlet loaded by?..

Answer / sowjanya

init() method of the servlet is loaded by container.The init() method called only once in a servlets life.

Is This Answer Correct ?    2 Yes 0 No

init() method of servlet loaded by?..

Answer / vishnuvardhan

webserver

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Servlets Interview Questions

Name the packages that work with servlet?

0 Answers  


In servlets, Why do we need both GET and POST method implementations?

3 Answers   IBM,


How do you deal property files in servlet?

0 Answers  


Can you use javascript in servlets?

0 Answers  


Explain the different ways for servlet authentication?

0 Answers  






How is an application exception handling is done using a servlet?

0 Answers  


What is the importance of init() method in Servlet ?

0 Answers   BirlaSoft,


What is the use of httpservletrequestwrapper and httpservletresponsewrapper?

0 Answers  


When servlet is loaded?

0 Answers  


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

0 Answers  


What is SingleThreadModel interface?

0 Answers  


What is the difference between using getSession(true) and getSession(false) methods?

0 Answers  


Categories