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 strut web xml?
Which design pattern the interceptors in struts2 is based on?
Explain the difference between jakarta struts and apache struts?
What is the role of action class?
Who makes the struts?
Can we have multiple struts config files ?
How to handle exceptions in structs?
For a single Struts application, can we have multiple struts-config.xml files?
Explain the difference between plain-validator and field-validator in struts?
How we can install struts?
What are interceptors in struts 2?
What does execandwait interceptor?
how to debug struts project in netbean ?
Explain about the
Can we have multiple struts config files in a single web app?