Advertisements
Advertisements
Question
Explain the method of a return statement in Java programming.
Answer in Brief
Solution
- When defining a method with a return type, the body must include a return statement.
- The return statement sends the method's outcome to the calling program.
- Because it appears at the end of a method, it is also known as a method terminator.
shaalaa.com
Is there an error in this question or solution?
Chapter 5: User - Defined Methods - EXERCISES [Page 337]