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 can you use a servlet to generate a plain text instead of html?
What do you mean by deployment descriptor?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Write a servlet to upload file on server.
What is pure servlet?
What's the use of servletcontext?
What is servlet invoker?
What is the procedure of invoking different servlet in a different application?
What is the servletconfig object?
What is servlet and list its types?
How the JSP file will be executed on the Server side?
Servlet is pure java object or not?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is the directory structure of a war file?