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
What does i18n interceptor?
What is the configuration files used in struts?
What is struts framework in java?
What are the applications of struts?
Are the struts tags xhtml compliant ?
Explain the difference between plain-validator and field-validator in struts?
What are struts in java?
What are the core classes of struts?
What is dispatch action class?
What steps are required to for an application migration from Struts1 to Struts2?
How do I access token?
Whats the difference between the default namespace and the root namespace?
When should we use SwtichAction?
What is filter dispatcher in struts?
What is difference between lookupdispatchaction and dispatchaction?