InterviewSolution
Saved Bookmarks
| 1. |
The __________ command executes the given command at some time in the future.(a) Execution()(b) execute(Runnable command)(c) scheduleNext()(d) poll()The question was posed to me during an internship interview.My query is from Creating HTML Reports topic in chapter Running JUnit Tests from Ant of JUnit |
|
Answer» Correct option is (B) EXECUTE(Runnable command) |
|