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
How do cookies work in servlets?
What is cookie in servlet?
What is servlet and its use?
How can we perform any action at the time of deploying the project?
How a servlet is unloaded?
Which event is fired at the time of project deployment and undeployment?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is httpservlet and how it is different from genericservlet?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What do you mean by cgi?
How the typical servlet code look like ?
Why are servlets used?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What's the advantages using servlets than using cgi?
What is a web application and what is it’s directory structure?