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 cgi?

1 Answers  


What is the effective way to make sure all the servlets are accessible only when user has a valid session?

1 Answers  


Is dispatcher servlet a singleton?

1 Answers  


If you want to modify the servlet,will the Webserver need to be ShutDown ?

9 Answers  


Explain jsessionid?

1 Answers  


What are the types of servlets? Explain

1 Answers  


what is a session object?

2 Answers  


If servlet receives multiple requests, how many objects will it create?

1 Answers  


What are the differences between the servletconfig interface and the servletcontext interface?

1 Answers  


where the generated jsp source file are stored?

7 Answers   HCL,


What is the difference between get and post methods?

1 Answers  


Why do we need a constructor in a servlet if we use the init method?

1 Answers  


Categories