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?
How do you get the ip address of the client in servlet?
Difference between forward() method and sendredirect() method ?
Given the request path below, which are context path, servlet path and path info?
What do you mean by annotations in servlet?
What is the
Why is Servlet so popular?
What are advantages of servlets over cgi?
How httpservlet is different from the genericservlet?
What are the uses of servlet and what is servlet chaining?
How do cookies work in servlets?
What is difference between GenericServlet and HttpServlet?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What do you mean by singlethreadmodel interface?
What is the use of httpservletresponsewrapper?