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
What is the purpose of @emailvalidator?
What is pojo in struts2?
What is the significance of logic tags in Struts?
How do you create message resource?
How can we display all validation errors to user on jsp page?
Why do we need struts?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
How interceptor works in struts 2?
What’s the difference between struts and espresso?
How can link tag’s action attribute be used?
What’s the utilization of struts.xml configuration file?
Why is it called struts?
What configuration changes are required to use Tiles in Struts?
What is the purpose of @element annotation annotation?
How many servlet controllers are used in a Struts Application?