What is the difference between RequestProcessor and
RequestDispatcher?
Answer Posted / samit katiyar
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...
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.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Does struts include its own unit tests?
What inbuilt themes are provided by struts2?
What is the use of jsonvalidation in struts?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
How we can install struts?
How struts 2 validation works?
How to work with error tags?
What are the sections into which a strut configuration file can be divided?
How does struts2 token work?
When should be opt for struts framework?
Why we use struts over servlets?
What is action class?
Define struts?
What is jakarta struts framework?
What is declarative exception handling in struts?