Multiple choice technology programming languages

Which is not subclass of DispatchAction class?

  1. MappingDispatchAction

  2. MethodDispatchAction

  3. EventDispatchAction

  4. LookUpDispatchAction

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

MethodDispatchAction does not exist in Apache Struts framework. The actual subclasses of DispatchAction include MappingDispatchAction and LookupDispatchAction (note: the correct spelling is 'Lookup' not 'LookUp'). EventDispatchAction is also not a standard Struts class, but the question identifies MethodDispatchAction as the answer.