Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / kishore
servlet container calls the init() method to create servlet
instance
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
What is servlet? Explain
Explain the working of service() method of a servlet.
When servlet object is created?
What methodology can be followed to store more number of objects in a remote server?
What is a servlet context?
What is servlet invoker?
Is servlet a controller?
Why do you use session tracking in httpservlet?
Explain the methods of request dispatcher in servlet?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
How can we upload the file to the server using servlet?
What is httpservlet and how it is different from genericservlet?
Why HttpServlet class is declared abstract?
How can we implement a jsp page?
Servlet is pure java object or not?