Java keyword: return - CodeJava - Coding Your Passion
How to use return keyword in the Java language with syntax, description and code examples ... The return keyword is used to stop execution of a method and return a value for the caller. Usage of this keyword is as following: return value;...