InterviewSolution
Saved Bookmarks
| 1. |
Which of these class is used to make a thread?(a) String(b) System(c) Thread(d) RunnableThe question was asked in a national level competition.This intriguing question comes from Java.lang topic in section Exploring java.lang & java.io of Java |
|
Answer» Correct choice is (c) THREAD |
|