What is Request Dispatcher and What is reuest Processor??
Answer Posted / laxmi
RequestDispatcher(rd) is an interface .Servlet container
creates rd object that receives requests from the client and
sends them to any resource (such as a servlet, HTML file, or
JSP file) on the server.
Request Processor contains the processing logic that the
ActionServlet performs as it receives each servlet request
from the container.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is struts compatible with other java technologies?
What are the core components of a struct2 based application?
What are disadvantages of Struts?
What is validate() and reset() functions?
what is ACID test for fresh engineers??what is the pattern??
Can you explain struts.properties in struts2?
What is declarative exception handling in struts?
What is the purpose of @key annotation annotation?
How to override the default error message that can come during file uploading process?
What do you mean by the abstract package in struts2, and what is its utilization?
How action mapping is configured in Struts?
Define struts?
What is the purpose of action-mappings tag in struct-config.xml?
What is the default suffix for Struts2 action URI and how can we change it?
How do I access token?