Answers

Question and Answer:

  Home  Java Classes

⟩ If the method does not return a value, its return type must be voidA) TrueB) False

It's true. If a method is not returning any value then we must have to specify it's return type as void.void indicates that method is not returning any value.

 194 views

More Questions for you: