Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / ravikiran.chd
class.forName(classname).getInstance()
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is called servlet mapping?
Why the concept of single thread model interface is used?
What is servlet attributes and their scope?
What are the common methods that are included in the http servlet class?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is the servlet?
How can we upload the file to the server using servlet?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Whats the advantages using servlets over using CGI?
What are the drawbacks of cgi?
What is the difference between portlet and servlet?
Why HttpServlet class is declared abstract?
How servlet is created?
What is meant by a servlet?
How do we translate jsp?