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 difference between Servlets and Applets?
What methods do you use in servlet - applet communication?
Which HTTP method is non-idempotent?
Which interface must be implemented by all servlets?
How is the get () method different from the post() method?
What is servlet configuration?
What is the structure of the http response
Explain the difference between jsp and servlet?
Explain the concept of ssi ?
What is servlet and list its types?
What is ServletContext object?
What is http servlet in java?
How do we share data using 'getservletcontext ()?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
List some life cycle methods of a servlet.