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
how the HTML data stored in web server?
What are life cycle methods of a servlet?
What is servlet invoker?
What is httpservlet class?
Can we refresh servlet in client and server side automatically?
Is servlet a server side scripting language?
How can you start a jta transaction from a servlet deployed on jboss?
What are the difference between RMI and Servlets?
What are all the advantages of servlet over cgi?
Is dispatcher servlet a singleton?
What do you mean by singlethreadmodel interface?
What is the purpose of requestdispatcher interface?
Difference between doget and dopost?
What are the servlet events?
What is difference between jsp and servlet?