Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / m.gangadhar from sathya techno
The ServletContainer is used default zero argument
constructor to create servlet instance then after it calls
init(ServletConfig cg) it internally calls init()for
initialization puposes.
Plz guys init() is not used for creation of servlet instance
Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
How can the session in servlet can be destroyed?
How can we perform any action at the time of deploying the project?
What is servlet? Explain
What are the advantages of Servlet over CGI?
What are the different methods of session management in servlets?
What is MIME Type?
What is cgi and what are its drawbacks?
What is http servlet in java?
Is servlet a controller?
What is httpservlet and how it is different from genericservlet?
What is the default http method in the servlet?
What is the servletconfig object?
How to commuincate between an applet and a servlet?
What is servlet lazy loading?
What is preinitialization of a servlet?