when the webcontainer creates ServeletConfig,ServletContext
objects? befoure creating the Servlet object or not?
Answer Posted / ravikiran.chd
the servlet context & servlet config objects will be created
once the application is deployed into the container,
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the life-cycle of servlets?
What is difference between get and post method?
How to commuincate between an applet and a servlet?
How do I use cookies to store session state on the client?
Why do we need a constructor in a servlet if we use the init method?
What is meant by Servlet? What are the parameters of service method?
What is the difference in between the httpservlet and generic servlet?
What are the supporting protocol by HttpServlet ?
what is servlet chaining?
What’s the difference between sendredirect and forward methods
How is the get () method different from the post() method?
What do you mean by singlethreadmodel interface?
What are the kinds of http requests?
What is the directory structure of web application?
How do you get the ip address of the client in servlet?