Home » JAVA Programming » Multithreading » Question
  1. Which of the interface contains all the methods used for handling thread related operations in Java?
    1. ThreadHandling interface
    2. System interface
    3. Math interface
    4. Runnable interface
    5. None of these
Correct Option: D

Runnable interface defines all the methods for handling thread operations in Java.



Your comments will be displayed only after manual approval.