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 deployment descriptor?
Given the request path below, which are context path, servlet path and path info?
What is called a session?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
How do you design microservices?
What are the mechanisms used by a servlet container for maintaining session information?
Can we use threads in Servlets?
What is the major difference between servlet and applet?
Is java servlet still used?
What's the difference between authentication and authorization?
What is servlet mapping?
What are the uses of servlet
Explain the difference between jsp and servlet?
Explain url encoding in servlet?
What is difference between PrintWriter and ServletOutputStream?