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
Is servlet thread safe?
What are the benefits of using servlet over cgi?
Why is http protocol called as a stateless protocol?
Explain jsessionid and when is it created?
What do you mean by the servlet chaining?
If a servlet is not properly initialized, what exception may be thrown?
Write a hello world program using servlets.
What is the use of servlet context?
Explain get and post.
What are advantages of servlets over cgi?
What do you mean by url pattern in servlet?
What are the functions of Servlet container?
What are the differences between the servletconfig interface and the servletcontext interface?
What are the types of protocols supported by httpservlet ?
Explain the features are in servlet 3?