InterviewSolution
Saved Bookmarks
| 1. |
_____________ performs multiple actions every time it is invoked.(a) ActionSequence(b) CustomAction(c) DoAllAction(d) ReturnValueActionI got this question in an international level competition.This question is from Setting Up a Maven Project in division Running JUnit Tests from Maven2 of JUnit |
|
Answer» RIGHT answer is (C) DOALLACTION Explanation: The DoAllAction class implements the Action INTERFACE. |
|