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
Why do we use struts?
What is the role of action class in struts?
How is a lookup dispatch action created?
What is front controller in struts2?
How struts control data flow?
In which order struts framework searches for a message bundle?
What are the steps required for setting up validator framework in struts?
Do we need to pay the struts if being used in commercial purpose?
What is the design role played by struts?
What are the reasons for an error message not being displayed while developing struts application?
How to handle exceptions in structs?
Why do the struts tags provide for so little formatting?
What do you mean by action errors and what are the results they force?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?