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 a servlet context object?
Why the concept of single thread model interface is used?
What is servlet container?
What is the difference between a generic servlet and http servlet?
What is the major difference between servlet and applet?
What is the difference between Servlets and Applets?
How do we go with database connection and log4j integration in servlet?
What is the type of method for sending request from http server?
What are the different methods of session management in servlets?
How to get the server information in a servlet?
Is that servlet is pure java object or not?
What is session tracking?
Differentiate between the get and post method
How do I use cookies to store session state on the client?
What are the different mode that servlets can be used?