1.

Which of the interface contains all the methods used for handling thread related operations in Java?(a) Runnable interface(b) Math interface(c) System interface(d) ThreadHandling interfaceThe question was asked in class test.I'd like to ask this question from Java.lang topic in section Exploring java.lang & java.io of Java

Answer»

Right ANSWER is (a) Runnable INTERFACE

Explanation: Runnable interface defines all the METHODS for handling THREAD OPERATIONS in Java.



Discussion

No Comment Found

Related InterviewSolutions