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 benefits of using servlet over cgi?
Difference between GET and POST?
What is called Session Tracking?
Is servlet a framework?
How printwriter is different from servletoutputstream?
What's the advantages using servlets than using cgi?
What is java servlet?
How can an existing session be invalidated?
What is difference between PrintWriter and ServletOutputStream?
What are the different types of servlets?
What are the uses of servlet and what is servlet chaining?
Which method of the httpservletrequest object is used?
If a servlet is not properly initialized, what exception may be thrown?
How do you configure a centralized error handler in servlets?
Why is httpservlet declared abstract?