Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / pintu debnath
init() method is only used to initialize a servlet, and it
is called after the servlet instance has been created.
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is java servlet?
Is servlet a server side scripting language?
What are the advantages of servlets over traditional cgi?
How to get the IP address of client in servlet?
Who is responsible for writing a constructor?
How can we refresh automatically when new data is entered into the database?
What is ServletContext object?
Tell us something about servletconfig interface.
What is a server side include (ssi)
What is the web server used for running the Servlets?
Explain jsessionid and when is it created?
Define the life cycle of a servlets.
How are filters?
What is servlet and its advantages?
What do you understand by mime type?