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

Whether thread can be used in servlets?

0 Answers  


What are the different ways we can maintain state between requests?

0 Answers  


What is context switching?

6 Answers  


Explain in brief the directory structure of a web application?

0 Answers  


How servlet is created?

0 Answers  






What do you mean by web applications?

0 Answers  


What is cookie in servlet?

0 Answers  


How do you configure a centralized error handler in servlets?

0 Answers  


How native code can be used in a servlet?

0 Answers   IBM, TCS,


How do cookies work in servlets?

0 Answers  


What is the use of welcome-file-list?

0 Answers  


when you comppile the servlet is it neccesary to restaet the tomcat server?

6 Answers   HCL,


Categories