Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / sunil
servlet container calls the init() method to create the
instance of the servlet.
The instance is created for the servlet in which the init()
method is implemented.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is servlet and its life cycle?
What's the difference between servlets and applets?
Explain the difference between get and post method in servlet?
Difference between java beans & servlets?
What are the jobs performed by servlets?
What is a servlet?
Define the life cycle of a servlets.
Can we refresh servlet in client and server side automatically?
how many jsp scripting elements are there and what are those?
What is a generic servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Explain the servlet context.
What are the advantages of cookies?
What is life cycle of Servlet?
What is servlet in simple terms?