+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.

Related questions

0 votes
asked Jun 16, 2019 in JAVA by reins.robin
0 votes
asked May 4, 2021 in JAVA by SakshiSharma
...