InterviewSolution
Saved Bookmarks
| 1. |
Which of this interface is implemented by Thread class?(a) Runnable(b) Connections(c) Set(d) MapConnectionsThe question was posed to me in semester exam.This is a very interesting question from Java.lang in portion Exploring java.lang & java.io of Java |
|
Answer» RIGHT ANSWER is (a) Runnable The EXPLANATION is: NONE. |
|