what is the difference b/w DispatchAction and
LookUpDispatchAction?



what is the difference b/w DispatchAction and LookUpDispatchAction?..

Answer / k.koteswararao chowdary

Hi this is Koteswararao
DispatchAction is nothing but combination of different
Actions into one Action but in this case in form the button
names and the method names must be same.
In case of LookupDispatchAction there is no rule to same
the button names and method names and in
LookupDispatchAction there is a method available in Action
class that is getMethodMap() it will returns Map object and
also it is having the Properties class which is useful to
access the data from External file
And In I18N we use LookupDispatchAction

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More Servlets Interview Questions

What is the difference between ExecuteUpdate and ExecuteQuery?

4 Answers  


Explain the servlet context.

0 Answers  


What is the first statement in jsp page.

7 Answers   L&T,


What is difference between GenericServlet and HttpServlet?

0 Answers  


Why do we have servlet listeners?

0 Answers  






Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?

0 Answers  


I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?

0 Answers   IBM,


How to create war file?

0 Answers  


Difference between jakarta tomcat and apache Tomcat?

4 Answers   IBM,


Differentiate between the print writer and servlet output stream?

0 Answers  


How can you run a servlet program?

0 Answers  


how many jsp scripting elements are there and what are those?

0 Answers  


Categories