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
What is called a session?
What exactly are the functions of servlet?
Why are http servlets used in programming?
What are the different methods involved in the process of session management in servlets?
If servlet receives multiple requests, how many objects will it create?
Explain load on start-up and its importance?
What are the jobs performed by servlets?
Can we override destroy method in servlet?
What is a web application and what is it’s directory structure?
How we can get ip address of client in servlet?
List some life cycle methods of a servlet.
Why do we have servlet wrapper classes?
How to get the actual path of servlet in server?
What is string tokenizer?
Explain the difference between jsp and servlet?