Which method is called first each time a Servlet is invoked ?(a) Start() (b) Run() (c) Servive() (d) init()

(d)

Showing Answers 1 - 2 of 2 Answers

sandeep

  • Sep 16th, 2005
 

init

  Was this answer useful?  Yes

New Visitor

  • Jun 13th, 2006
 

I think each time a servlet is invoked it is the service method, init method only gets called once and not on subsequent requests

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions