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
How servlets are deployed in java?
What are the types of servlet?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What is lazy loading and what is Generic Servlet Class?
Explain the differences between jsp and servlet.
Write a servlet to upload file on server.
What are the differences between forward() method and sendredirect() methods?
What is the advantage of Servlets when compared with other server side technologies?
What is generic servlet class?
What is called servlet mapping?
What do you mean by request dispatcher in servlet?
What is pure servlet?
How to notify an object in session when session is invalidated or timed-out?
How servlet is created?
What are the various ways of session supervision in servlets?