+1 vote
in JAVA by

What is the purpose of Void class in Java?

1 Answer

0 votes
by
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the primitive Java type void.
...