InterviewSolution
Saved Bookmarks
| 1. |
Which of these is not abstract?(a) Thread(b) AbstractList(c) List(d) None of the Mentioned |
|
Answer» Correct choice is (a) Thread To explain I would say: Thread is not an abstract class. |
|