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 is a servlet?
What is url encoding and url decoding
Differentiate between the web server and application server?
Define the servlet mapping.
Why is servlet used?
How do we share data using 'getservletcontext ()?
how the HTML data stored in web server?
What are the various ways of session supervision in servlets?
How can the session in servlet can be destroyed?
What is life cycle of Servlet?
What are the types of servlets? Explain
What are important features of Servlet 3?
When a servlet accepts a call from a client, it receives two objects. What are they?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What are the mechanisms used by a servlet container for maintaining session information?