What is Request Dispatcher and what is Request Process?
Answer Posted / srinivas
Controller class ActionServlet is he request Dispatcher.
where as Action classes are request processer.
Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
State an example of struts configuration file as an action parameter for action servlet.
Explain integrate log4j in struts2 application?
What are the loop holes of struts?
What is the purpose of @createifnull annotation annotation?
Which interceptor is responsible for i18n support?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
How nested beans can be used in Struts applications?
How does struts2 token work?
What is the use of forwardaction?
What is the use of execAndWait interceptor?
What do you mean by a custom tag?
What is difference between interceptors and filters?
What is the purpose of @urlvalidator annotation?
Which components are available using actioncontext map?
Who wrote struts?