Computer Applications

Name the Java keyword that indicates that a method has no return type.

User Defined Methods

5 Likes

Answer

The keyword 'void' indicates that a method has no return type.

Answered By

3 Likes


Related Questions