Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / deepak jenamani
servlet container calls the Class.instanceOf() method
to create a instance of servlet.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the different methods of session management in servlets?
If some new data has entered the database, explain how can a servlet refresh automatically?
Is servlet synchronized?
How do you invoke a servelt?
What are the uses of servlet and what is servlet chaining?
What is the difference between CGI and Servlet?
What is difference between jsp and servlet?
Why session tracking is needed?
How is an application exception handling is done using a servlet?
Why doesn’t a servlet include main()?
What is servlet in simple terms?
Differentiate between the get and post method
What is a servlet engine?
When to use doget() and when dopost()?
Write a servlet to upload file on server.