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 do you mean by url pattern in servlet?
can it possible to validate form field before execution of a servlet service method if yes how??
why we should override only no-agrs init() method.
what is the difference between doGet() and doPost()?
What is servlet and its life cycle?
Why do we need servlet filter?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
can u give some realtime example in ploymorphism? and inheritance?
How do we go with database connection and log4j integration in servlet?
What mechanisms are used by a Servlet Container to maintain session information?
Can we call destroy() method inside the init() method? What happens when we do so?
What is the type of method for sending request from http server?