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
What is a web container and what is its responsibility?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
Is tomcat a servlet container?
What are the functions of Servlet container?
What is the
What are the uses of servlet
What are the two important api's in for servlets?
How we can call a jsp from the servlet?
What is servlet container?
How do you define a servlet?
What is meant by cookies?
What is pure servlet?
Define the servlet mapping.
What is difference between get and post method?
How do servlets work?