Apache Struts Question:
Download Questions PDF

What is difference between LookupDispatchAction and DispatchAction?

Answer:

The difference between LookupDispatchAction and DispatchAction is that the actual method that gets called in LookupDispatchAction is based on a lookup of a key value instead of specifying the method name directly.

Download Struts Interview Questions And Answers PDF

Previous QuestionNext Question
What is the use of LookupDispatchAction?What is SwitchAction?