what is the difference b/w DispatchAction and
LookUpDispatchAction?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What methods do you use in servlet - applet communication?

582


What is the difference between the include() and forward() methods?

567


What is servlet attributes and their scope?

594


How do you design microservices?

623


How we can call a jsp from the servlet?

531






What is servlet api used for conneting database?

694


What are the mechanisms used by a servlet container for maintaining session information?

562


What is the difference between genericservlet and httpservlet

584


What are the uses of servlet

629


What are the differences between forward() method and sendredirect() methods?

547


Tell the new features added in servletrequest interface i.e. Servlet 2.4

573


What is url encoding and url decoding

582


What do you mean by deployment descriptor?

553


Explain their methods? Tell me their parameter names also have you used threads in servlet?

581


Write a program to show the functionality of doget and dopost method?

653