what is the difference between ServletContext and
ServletConfig
Answer Posted / saurabh kandpal
servletcontext is for a individual servlet
servlet config is for the whole webapplication which may
include diffrent servlet context
Is This Answer Correct ? | 3 Yes | 37 No |
Post New Answer View All Answers
Why don't we write a constructor in a servlet?
How do servlets work?
When Servlet is unloaded?
Which method of the httpservletrequest object is used?
Can you explain in detail 'javax.servlet' package?
When servlet is loaded?
Why do we need servlet filter?
What is getservletcontext?
Define the lifecycle for executing a jsp page.
What do you mean by session tracking?
What are the annotations used in servlet 3?
What are the features added in Servlet 2.5?
What do you mean by servlet?
How the servlet is loaded?
Does servlet have main method?