MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your Junit knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
If a timeout which has been specified lapses before the completion of the test, its execution is interrupted with _____________ |
| A. | Interrupt() |
| B. | Thread.interrupt() |
| C. | Thread.interruptable() |
| D. | Threads.interruptable() |
| Answer» C. Thread.interruptable() | |