InterviewSolution
Saved Bookmarks
| 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 |
|