Beginner
Java
Q30 / 100
What does the void return type mean?
Correct! Well done.
Incorrect.
The correct answer is C) The method returns nothing
C
Correct Answer
The method returns nothing
Explanation
void indicates that a method does not return any value.
Progress
30/100