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

How to notify an object in session when session is invalidated or timed-out?

0 Answers  


i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do

2 Answers   Caritor, Globerian,


What are the exceptions thrown by servlets? Why?

0 Answers  


What is servlet and its advantages?

0 Answers  


What are its drawbacks of cgi?

0 Answers  






What are different methods of session management in servlets?

0 Answers  


what happens if we wont use destroy()?

4 Answers   IBM,


What are the difference between session and cookies in servlet? Explain

0 Answers  


What is meant by Servlet? What are the parameters of service method?

0 Answers  


Why is http protocol called as a stateless protocol?

0 Answers  


How the typical servlet code look like ?

0 Answers  


Define the lifecycle for executing a jsp page.

0 Answers  


Categories