InterviewSolution
Saved Bookmarks
| 1. |
____________ Exception is thrown to report that a DeterministicScheduler has been asked to perform a blocking wait, which is not supported.(a) UnsupportedSynchronousOperationException(b) ArrayIndexOutOfBounds(c) StringIndexoutOfBounds(d) ArithmeticI got this question in exam.This is a very interesting question from Dependency Management with Ivy topic in division Running JUnit Tests from Ant of JUnit |
|
Answer» The correct choice is (a) UNSUPPORTEDSYNCHRONOUSOPERATIONEXCEPTION |
|