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
How do you define a servlet?
How do I use cookies to store session state on the client?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
List the Different types of servlet?
What are the drawbacks of cgi?
How do we share data using 'getservletcontext ()?
What is the use of request dispatcher interface?
Is java servlet still used?
Why is servlet used?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
How many objects of a servlet is created?
What are the difference between session and cookies in servlet? Explain
What is a servlet-to-servlet communcation?
Explain the war file?
What is the capacity the doget can send to the server?