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 is servlet attributes and their scope?
Whether we can get deadlock situation in servlets?
How httpservlet is different from the genericservlet?
What are the different types of servlets?
What is the
Tell us something about servletcontext interface.
What are the kinds of http requests?
Is servlet a controller?
How can we achieve transport layer security for our web application?
What are the different session tracking techniques?
Why do we need a constructor in a servlet if we use the init method?
Differentiate between the print writer and servlet output stream?
How do I support both get and post from the same servlet?
What do you mean by interservlet communication?
What is the difference between context parameter and context attribute?