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
How can we upload the file to the server using servlet?
What is servlet in web technology?
How do cookies work in servlets?
What is servlet looping or chaining?
What if you need to span your transaction across multiple servlet invocations?
What do you mean by session tracking and also explain its techniques?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is servlet instance?
What are the uses of servlets?
What is servlet container?
What is session tracking?
What's the difference between servlets and applets?
What do you mean by cgi and what are its drawbacks?
What is servlet attributes and their scope?
What are the phases of servlet life cycle?