What is the meaning of the return data type void?
Options
- An empty memory space is returned so that the developers can utilize it.
- void returns no data type.
- void is not supported in Java
- None of the above
CORRECT ANSWER : void returns no data type.
Write your comments