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 |
Why filter is used in servlet?
Write a servlet to upload file on server.
What are the life cycle methods of the servlet?
Which method is called when reference variable is passed in system.net?
What exactly are the functions of servlet?
What is the default HttpRequest method?
Difference between forward() method and sendredirect() method ?
What is the difference between doGet and doPost?
What is Single Threaded Model in Servlets? Explain this with an example?
Can I override destroy() method of Servlets?
How to commuincate between an applet and a servlet?
What is ServletConfig object?