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
Why the container loads server at the application startup and how?
Explain the jar and war files in servlet?
What are the benefits of using servlet over cgi?
What is the servlet?
How do you get the ip address of the client in servlet?
What is the use of attribute in servlets?
Explain the differences between jsp and servlet.
What is servlet initializer?
Given the request path below, which are context path, servlet path and path info?
Explain mvc pattern.
How do we go with database connection and log4j integration in servlet?
What is the default http method in the servlet?
What is a deployment descriptor?
How can you push data from an Applet to a Servlet?
What is a server side include (ssi)