InterviewSolution
Saved Bookmarks
| 1. |
Which of these class have only one field ‘TYPE’?(a) Void(b) Process(c) System(d) Runtime |
|
Answer» Right choice is (a) Void The explanation: The Void class has one field, TYPE, which holds a reference to the Class object for the type void. |
|