Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / pintu debnath
init() method is only used to initialize a servlet, and it
is called after the servlet instance has been created.
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What are its drawbacks of cgi?
request parameter how to find whether a parameter exists in the request object?
What are the objects involved when a servlet receives a call from client?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Why doesn’t a servlet include main()?
What is lazy loading and what is Generic Servlet Class?
How to get the IP address of client in servlet?
How to commuincate between an applet and a servlet?
Explain the jar and war files in servlet?
Explain the methods of request dispatcher in servlet?
Is java servlet still used?
What are the ways to handle multi-threading in servlets?
How can the referrer and the target urls be used in servlet?
What if we pass negative value in load-on-startup?
What do you mean by web applications? Explain web application directory arrangement?