Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / priyanjan
Servlet container invokes the init() method to create the
instance of servlet.
| Is This Answer Correct ? | 18 Yes | 11 No |
Post New Answer View All Answers
What is the difference between 2 types of servlets?
Explain in brief the directory structure of a web application?
What’s the difference between forward() and sendredirect() methods?
What is getservletcontext?
Describe some assignments that are executed by servlet container?
What do you mean by httpservlet?
What do you mean by mime type?
What do you mean by singlethreadmodel interface?
Is tomcat a servlet container?
What do you mean by chaining in servlet?
What is the difference between get and post methods?
What are the annotations used in servlet 3?
What is lazy loading and what is Generic Servlet Class?
What is the
Explain the difference between jsp and servlet?