What is the difference between RequestProcessor and
RequestDispatcher?
Answer Posted / suresh kumar
Request processor is a class which is responsible for
handling request and response it is provided by struts
framework if we want to customize our controller we can
make in this class.
Request Dispatcher is an interface which supports for
dispatching request from one page to another page in a
application(page may be a servlet file,JSP etc)
| Is This Answer Correct ? | 60 Yes | 3 No |
Post New Answer View All Answers
Are struts thread safe?
Why is it called struts?
What is struts xml?
What is spring hibernate and struts in java?
Can you explain aware interfaces in struts2?
Does struts include its own unit tests?
How nested beans can be used in Struts applications?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
How do I install struts?
Explain the necessity of empty tag?
What configuration changes are required to use Tiles in Struts?
What is defeult result type?
What are the action classes in struts?
Give an alternative way to protect jsp’s with not much features from direct access.
Do I have to credit struts on my own website?