how a servlet is instantiated, whether the container calls
init() or by calling any other method? please somebody reply..
Answer Posted / aruna
servlet is instantiated after the .class file is loaded on
the memory.Then, the instance will be initialized by calling
init()
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Why servlet is faster than jsp?
What are all the ways for session tracking?
Can you create a deadlock condition on a servlet?
What are the servlet events?
What is the difference in between the httpservlet and generic servlet?
Elucidate servlet attributes and its scope?
What is Request Dispatcher?
What is ServletConfig object?
Which is better jsp or servlet?
Why filter is used in servlet?
Why do we use sendredirect() method?
What is a servlet engine?
What is the need of session tracking in web application?
How to make sure a servlet is loaded at the application startup?
Explain the different ways for servlet authentication?