Multiple choice return type of What is the meaning of the return data type void? B. void returns no data type. C. void is not supported in Java 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.