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
How to make sure a servlet is loaded at the application startup?
How can the session in servlet be destroyed?
How many servlet objects are created?
What are the different methods involved in the process of session management in servlets?
What’s the difference between sendredirect and forward methods
Explain jsessionid and when is it created?
Difference between java beans & servlets?
What is session?
What is servlet looping or chaining?
What is the directory structure of web application?
What is a web container and what is its responsibility?
Can you create a deadlock condition on a servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is servlet lazy loading?
Write a program to show the functionality of doget and dopost method?