Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / sunil
servlet container calls the init() method to create the
instance of the servlet.
The instance is created for the servlet in which the init()
method is implemented.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is servlet mapping?
Does servlet have main method?
What is httpservlet and how it is different from genericservlet?
What is the major difference between servlet and applet?
What is called servlet mapping?
Explain the custom jsp tags and the beans.
What mechanisms are used by a Servlet Container to maintain session information?
How to handle exceptions thrown by application with another servlet?
What do you mean by web applications? Explain web application directory arrangement?
Explain is servlet mapping?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Why is Servlet so popular?
Explain the working of service() method of a servlet.
Can you send an authentication error from a servlet?
Which java framework is most popular?