InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Void Class? |
|
Answer» The Void class is an uninstantiable PLACEHOLDER class to HOLD a reference to the Class OBJECT representing the primitive JAVA TYPE void. The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the primitive Java type void. |
|