Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / priyanjan
servlet container creates the init() method
| Is This Answer Correct ? | 17 Yes | 15 No |
Post New Answer View All Answers
What is the use of attribute in servlets?
How to find whether a parameter exists in the request object?
How do I know if java is running on linux?
Why is servlet used?
What is the use of java servlet api?
How do I use cookies to store session state on the client?
What are the differences between servlet context vs servlet config?
What is servlet container. how it works?
What is cookie? Why is cookie used?
How can we create deadlock situation in servlet?
Can we override destroy method in servlet?
Is it possible to have a constructor inside the servlet?
What is the difference between jsp and servlet life cycle?
What do you mean by cgi?
When to use doget() and when dopost()?