Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / naveen kumar bandi
to create an instance of servlet servlet container calls
newInstance() method
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
How to handle exceptions thrown by application with another servlet?
Name the packages that work with servlet?
What are different ways for servlet authentication?
How does java thread pool work?
What are the different methods involved in the process of session management in servlets?
What are the supporting protocol by HttpServlet ?
Which interface should be implemented by all servlets?
How can you use a servlet to generate a plain text instead of html?
What is URL Encoding?
If some new data has entered the database, explain how can a servlet refresh automatically?
What are common tasks performed by Servlet Container?
What methods do you use in servlet - applet communication?
Should I override the service() method?
What is the use of httpservletresponsewrapper?
What is servlet mapping?