Home » JAVA Programming » Object & Classes » Question
  1. Which of these class have only one field ‘TYPE’?
    1. System
    2. Runtime
    3. Process
    4. Void
    5. None of these
Correct Option: D

The Void class has one field, TYPE, which holds a reference to the Class object for the type void.



Your comments will be displayed only after manual approval.