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 |
What are the uses of servlets?
Why the concept of single thread model interface is used?
Why do we have servlet listeners?
How to find whether a parameter exists in the request object?
What are its drawbacks of cgi?
Who is responsible for writing a constructor?
What is servlet collaboration?
What must be implemented by all servlets?
What mechanisms are used by a Servlet Container to maintain session information?
What is the use of attribute in servlets?
When should you prefer to use doget() over dopost()?
What is pure servlet?