Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / priyanjan
Servlet container invokes the init() method to create the
instance of servlet.
| Is This Answer Correct ? | 18 Yes | 11 No |
Post New Answer View All Answers
Explain is servlet mapping?
What is difference between GenericServlet and HttpServlet?
request parameter how to find whether a parameter exists in the request object?
What are the phases of the servlet life cycle?
What do you mean by servlet context?
How do we translate jsp?
How we can get ip address of client in servlet?
How can a servlet be used to generate plain text instead of html?
What must be implemented by all servlets?
What do you mean by httpservlet and how it is different from the genericservlet?
What is servlet and list its types?
What is servlet used for?
What is a servlet engine?
How can you start a jta transaction from a servlet deployed on jboss?
Difference between httpservlet and generic servlets?