If the return type of method is “void” then what is returns?

A. It returns void type values
B. It does not return any value
C. “void” is not the valid return type
D. It returns three string values
View Answer

B. It does not return any value