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 servers that can be used to develope and deploy Servlets?

1 Answers  


What is the first statement in jsp page.

7 Answers   L&T,


explain the advantages of servlet life cycle?

0 Answers  


Can threads be used in Servelet?

3 Answers  


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

0 Answers  






What is the workflow of a servlet?

0 Answers  


What do you mean by deployment descriptor?

0 Answers  


What do you mean by mime type?

0 Answers  


Define context initialization parameters.

0 Answers  


What is the type of method for sending request from http server?

0 Answers  


Which interface must be implemented by all servlets?

0 Answers  


Is JSP Thread Safe ???? How To make JSP thrad safe ?????

6 Answers   Cognizant,


Categories