Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / kishore
servlet container calls the init() method to create servlet
instance
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
What are the phases of servlet life cycle?
How to get the server information in a servlet?
What's the architecture of a servlet package?
Difference between httpservlet and generic servlets?
How do you find out what client machine is making a request to your servlet
Explain servlet events?
How do you run a servlet?
Write a simple servlet program to print the contents of html.
What are all the protocols supported by httpservlet?
Explain the features are in servlet 3?
What is servlet looping or chaining?
What is Request Dispatcher?
List out difference between a JavaBean from a Servlet?
Which protocol will be used by browser and servlet to communicate
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?