Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / v.bojjanna
first the web container call the servlet init(). after it
call the newInstance() for create the servlet object
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are Servlets?
What are the jobs performed by servlets?
Differentiate between get and post?
How many objects of a servlet is created?
Why is a constructor needed in a servlet even if we use the init method?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
How do you find out what client machine is making a request to your servlet
Which event is fired at the time of project deployment and undeployment?
Why doesn’t a servlet include main()?
What is servlet container?
Can you refresh servlet in client and server-side automatically?
How do we go with database connection and log4j integration in servlet?
What do you mean by servlet context?
What is the process to implement doget and dopost methods?
What is the difference between get and post methods?