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 are the different methods involved in the process of session management in servlets?
What is the purpose of requestdispatcher interface?
What are the important functions of filters?
What is war file?
What is the major difference between context parameter and context attribute?
Why do we use sendredirect() method?
How is the get () method different from the post() method?
What do you mean by filter in servlet?
Is it good idea to create servlet constructor?
Why doesn’t a servlet include main()? How does it work?
Explain the working of service() method of a servlet.
What is servlet in tomcat?
Explain url encoding in servlet?
Can we refresh servlet in client and server side automatically?
What is the use of send redirect () method?