What is the difference between RequestProcessor and
RequestDispatcher?
Answer Posted / panchu
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...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain how to work with error tags?
Is Struts Framework part of J2EE?
How do I install struts?
What design patterns are used in struts?
Which file is used by controller to get mapping information for request routing?
How do you convert struts to springs?
What is struts framework?
What is spring and struts in java?
Why we use struts over servlets?
Describe the two types of formbeans.
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What are the ways in which duplicate form submission can occur?
What is apache struts framework?
Are struts and shocks the same?
Where should struts xml be placed?