I am not clear with the class java.lang.Void in Java. Can anybody elaborate in this with an example.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
It also contains
|
|||||||||||||
|
|
Say you want to have a generic that returns void for something:
|
|||||||||||||||
|
|
From the Java docs:
The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the Java keyword void.
The Class object representing the primitive Java type void.
The Class object representing the primitive Java type void. |
|||||
|