Multiple choice return type of

What is the meaning of the return data type void?

  1. B. void returns no data type.

  2. C. void is not supported in Java

  3. D. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

void indicates that a method returns no value. Option A is correct - void means the method returns nothing, not 'no data type' which is awkward phrasing but captures the intent.