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)

The EXPLANATION is: The command may execute in a NEW THREAD, in a pooled thread, or in the calling thread.



Discussion

No Comment Found

Related InterviewSolutions