Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / naveen kumar bandi
to create an instance of servlet servlet container calls
newInstance() method
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
How can an existing session be invalidated?
What do you mean by deployment descriptor?
Servlet is pure java object or not?
Write a servlet to upload file on server.
What are the ways to handle multi-threading in servlets?
Can we override destroy method in servlet?
Where do you define dispatcherservlet?
What is the difference between get and post methods?
What are life cycle methods of a servlet?
What are the annotations used in servlet 3?
What are the common methods that are included in the http servlet class?
What do you mean by servlet context?
What is the difference between a generic servlet and http servlet?
Explain the lifecycle of a servlet?
What are all the protocols supported by httpservlet?