Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / jeyanthinathan
init()
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
What is life cycle of Servlet?
Explain request dispatcher and its methods.
What is servlet container?
How can you use a servlet to generate a plain text instead of html?
What is Servlets and explain the advantages of Servlet life cycle?
What is the difference between using getSession(true) and getSession(false) methods?
How to get the path of servlet in the server?
Which HTTP method is non-idempotent?
If some new data has entered the database, explain how can a servlet refresh automatically?
Why do we need a constructor in a servlet if we use the init method?
Is that servlet is pure java object or not?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is the structure of the http response
What is a web application and what is it’s directory structure?
What's the use of servletcontext?