how a servlet is instantiated, whether the container calls
init() or by calling any other method? please somebody reply..
Answer Posted / ravikiran.chd
no beofre the init() method call the servlet instantiation
happens while the container calls the no-arg constructor of
the servlet
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What if you need to span your transaction across multiple servlet invocations?
What is servlet initializer?
How many objects of a servlet is created?
What are the different session tracking techniques?
What is http servlet? Explain with the help of an example.
How do you configure a centralized error handler in servlets?
Describe some assignments that are executed by servlet container?
Explain the features are in servlet 3?
How is an application exception handling is done using a servlet?
What’s the difference between genericservlet and httpservlet?
What is http servlet?
Tell us something about servletconfig interface.
What is Request Dispatcher?
What are Servlets?
What are the differences between forward() method and sendredirect() methods?