return
return
EXPRESSION;
This form evaluates the expression, and then returns the value of the expression as the result of the method in which it is contained. return
;
Causes a method with no return value to cease evaluating.
ProfessorJ Advanced Language