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 is url encoding and url decoding
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
How do you design microservices?
What does the term localization refer to?
what is servlet chaining?
What is generic servlet class?
Why don't we write a constructor in a servlet?
What is a web container and what is its responsibility?
How the servlet is loaded?
What are the mechanisms used by a servlet container for maintaining session information?
How servlets are deployed in java?
how many jsp scripting elements are there and what are those?
Difference between get and post in java servlets?
What is session?
Explain the role of dispatcherservlet and contextloaderlistener.