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 use of servletconfig interface?

0 Answers  


What are the functions of an intercepting filter?

0 Answers  


How to maintain security in servlets?

2 Answers  


Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?

5 Answers   TCS,


What is servlet container?

0 Answers  






What are the different session tracking techniques?

0 Answers  


What do you mean by scope object and what are its types?

0 Answers  


How can I share objects across different sessions?

2 Answers   Accenture,


I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>

0 Answers   ProKarma,


What do you mean by request dispatcher in servlet? Also explain its methods.

0 Answers  


What is called Session Tracking?

0 Answers  


What is the protocol used by Server & Client?

2 Answers  


Categories