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 is the difference between forwardaction and includeaction?
What is the purpose of action-mappings tag in struct-config.xml?
What applications use apache struts?
What is lookupdispatchaction?
How does struts2 token work?
Explain the difference between plain-validator and field-validator in struts?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is struts framework in java?
At the point, you should go for struts framework?
Why it called struts?
in struts how to use hibernate with struts>
What is struts 2 framework in java?
How does struts work?
What are the 5 constants of action interface?
What is interceptor struts2?