Computer Applications
Name the keyword that causes the control to transfer back to the method call.
User Defined Methods
5 Likes
Answer
The keyword 'return' causes the control to transfer back to the method call.
Answered By
3 Likes
Related Questions
One function, many definitions, is called …………… .
- function enlargement
- function overloading
- function loading
- all the above
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 Java keyword that indicates that a method has no return type.
What is a function ? What is its other name ? What is function prototype ?