InterviewSolution
Saved Bookmarks
| 1. |
Which Class Have Only One Field ‘type’? |
|
Answer» The Void class has one field, TYPE, which HOLDS a reference to the Class OBJECT for the type void. The Void class has one field, TYPE, which holds a reference to the Class object for the type void. |
|