Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / venkatesh
ServletProcessor1.process() and this loads servlet class
using the mapping provided in web.xml and creates a new
instance of it.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can we override servlet service method?
What do you mean by cgi and what are its drawbacks?
What is the difference between context parameter and context attribute?
Explain load on start-up and its importance?
Difference between get and post in java servlets?
How is the get () method different from the post() method?
How do I use cookies to store session state on the client?
How would you create deadlock on your servlet?
Why don't we write a constructor in a servlet?
Why do we have servlet filters?
What is the functionality of actionservlet and requestprocessor?
Write a simple servlet program to print the contents of html.
What is the difference between Server and Container?
How can we refresh automatically when new data has entered the database?
What is Servlet API used for connecting database?