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 |
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
explain filters in java?
How can we refresh automatically when new data is entered into the database?
Servlet Chaining? How do you do the Filtering in Servlets?
explain the advantages of servlet life cycle?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is the difference between Server and Container?
Why doesn’t a servlet include main()? How does it work?
What are the uses of servlet
can u give some realtime example in ploymorphism? and inheritance?
What is the inter-servlet communication?
How we can create war file in servlet?