What is the difference between servlet config and servlet
context.
Answer Posted / vijay kaarmani
Both ServletConfig and ServletContext are configuration objects used by servlet container to initialize various init parameters for a web application. However they differ in terms of the scope and availability of init parameters defined by both of them.
Please see http://javashiksha.com/servlet-jsp/difference-between-servlet-config-and-servlet-context.html for more details
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does servlet have main method?
how the HTML data stored in web server?
How to get the path of servlet in the server?
What are the drawbacks of cgi?
What is http servlet?
What is meant by Servlet? What are the parameters of service method?
Is that servlet is pure java object or not?
What are all the protocols supported by httpservlet?
Difference between httpservlet and generic servlets?
How the servlet is loaded?
What is war file?
How is a servlet implemented in code?
Can you explain in detail 'javax.servlet' package?
Write a program to show the functionality of doget and dopost method?
Can you use javascript in servlets?