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
How do you run a servlet?
How can the referrer and the target urls be used in servlet?
Why filter is used in servlet?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Is that servlet is pure java object or not?
What do you understand by mime type?
Can we use the constructor, instead of init(), to initialize servlet?
Explain Action Servlet?
Why session tracking is needed?
What is the need of session tracking in web application?
What is java servlet session?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What are the different session tracking techniques?
What do you mean by web applications?
What is servlet invoker?