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
Which of the following is not an advantage of functions ?
- it helps cope up complexity in programs
- it makes subprograms reusable
- it hides the implementation details
- it offers mathematical solutions of problems
Name the keyword that causes the control to transfer back to the method call.
What is a function ? What is its other name ? What is function prototype ?
What are actual and formal parameters of a function ?