what is the difference between ServletContext and
ServletConfig?
Answer Posted / sunil kumar- vizag
Servlet Context: Servlet Context defines a set of methods
that a servlet uses to communicate with its servlet container.
Servlet Config: A servlet configuration object used by a
servlet container passes information to a servlet during
initialization.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are action classes in struts?
What is struts validator framework?
What is struts2 framework?
What is the purpose of @typeconversion annotation annotation?
What is meant by custom tags?
What is interceptor struts2?
What are different Struts2 tags? How can we use them?
What configuration changes are required to use Tiles in Struts?
Is Struts Framework part of J2EE?
Explain how can we upload files in struts2 application?
What are the reasons for an error message not being displayed while developing struts application?
What are best practices to follow while developing Struts2 application?
Why do we need mapdispatchtoprops?
What is includeaction?
What is http forward?