how a servlet is instantiated, whether the container calls
init() or by calling any other method? please somebody reply..
Answer Posted / aruna
servlet is instantiated after the .class file is loaded on
the memory.Then, the instance will be initialized by calling
init()
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
How do you load an image in a Servlet?
What is the use of httpservletrequestwrapper?
What do you mean by deployment descriptor?
What is servlet and its life cycle?
request parameter how to find whether a parameter exists in the request object?
Explain jsessionid and when is it created?
What is meant by Servlet? What are the parameters of service method?
Why HttpServlet class is declared abstract?
How the JSP file will be executed on the Server side?
How to get the current httpsession object?
How can a servlet be used to generate plain text instead of html?
How servlet is created?
Why is Servlet so popular?
How can you start a jta transaction from a servlet deployed on jboss?
How to create war file?