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
What are the action classes in struts?
How long do struts last?
What are the reasons for an error message not being displayed while developing struts application?
What is the default suffix for struts2 action uri ?
Explain the necessity of empty tag?
What is the purpose of struct-config.xml in struct2?
what is meant by Struts Validator Framework?
Why use spring, if you are already using struts?
What do you mean by dynaactionform?
What is the use of execAndWait interceptor?
How to explain Software Bank Loan descriptions
How many action classes can be used in struts application?
What is the difference between struts1 and struts2?
Explain architecture of struts2?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.