What is the difference between RequestProcessor and
RequestDispatcher?
Answer Posted / rajneesh
1.Request Dispatcher is an interface.
2Request Processor is a class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Name some useful annotations introduced in Struts2?
What is the purpose of @createifnull annotation annotation?
Which file is used by controller to get mapping information for request routing?
What are action classes in struts?
What is the purpose of @typeconversion annotation annotation?
how to debug struts project in netbean ?
What’s the utilization of struts.xml configuration file?
What are the benefits of Struts framework?
What is ValueStack and OGNL?
What is the purpose of '@customvalidator'?
What is controller in struts ?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
How we can configured action mapping in struts?
What's the purpose of execute method of action class?
Can we have more than one struts-config.xml file for a single struts application?