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 all the advantages of servlet over cgi?
What is servlet interface?
What do you mean by httpservlet and how it is different from the genericservlet?
What are the kinds of http requests?
What is cookies in servlet with example?
How is an application exception handling is done using a servlet?
Differentiate between the get and post method
How can you create a session in servlet?
Explain the difference between servlet and cgi?
What is the dispatcher servlet?
Write a command to get actual path of a servlet to the server?
How does tomcat servlet container work?
How do we translate jsp?
What is generic servlet class?
What is Request Dispatcher?