Login
Remember
Register
Ask a Question
What is the purpose of Void class in Java?
+1
vote
asked
May 30, 2020
in
JAVA
by
Robindeniel
What is the purpose of Void class in Java?
#java-void-class
#void-class-java
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 30, 2020
by
SakshiSharma
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the primitive Java type void.
...