InterviewSolution
Saved Bookmarks
| 1. |
______________ is a partial implementation of the Action interface that making it easy to implement actions specific to applications with inline anonymous classes.(a) ActionSequence(b) CustomAction(c) DoAllAction(d) ReturnValueActionThis question was addressed to me during an interview.The query is from Setting Up a Maven Project topic in division Running JUnit Tests from Maven2 of JUnit |
|
Answer» Correct option is (B) CUSTOMACTION |
|