Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / sunil
servlet container calls the init() method to create the
instance of the servlet.
The instance is created for the servlet in which the init()
method is implemented.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Which exception is thrown if the servlet is not initialized properly?
How to find whether a parameter exists in the request object?
What do you mean by web applications?
Explain the custom jsp tags and the beans.
Explain servlet life cycle?
What is the use of java servlet api?
What do you mean by singlethreadmodel interface?
What is httpservlet class?
Why session tracking is needed?
When to use doget() and when dopost()?
Can you explain in detail 'javax.servlet' package?
Describe the phases of servlet lifecycle?
What do you mean by scope object and what are its types?
Can filter be used as request or response?
Describe servlet?