Which is not subclass of DispatchAction class?
-
MappingDispatchAction
-
MethodDispatchAction
-
EventDispatchAction
-
LookUpDispatchAction
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.