init() method of servlet loaded by?
Answers were Sorted based on User's Feedback
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 |
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 |
can i call init() method in destroy() method of servlset. ?
can u give some realtime example in ploymorphism? and inheritance?
Explain the difference between GET and POST methods?
Can we refresh servlet in client and server side automatically?
How can you push data from an Applet to a Servlet?
What are the differences between servlet context vs servlet config?
What is Servlets and explain the advantages of Servlet life cycle?
What are the uses of servlets?
What do you mean by session tracking and also explain its techniques?
What is a servlet-to-servlet communcation?
What do you mean by deployment descriptor?
init() method of servlet loaded by?