ASL STEM Logo

ASL STEM

Return Statements Sign Video

No video uploaded yet.

Definition

A return statement tells the Java interpreter to stop executing the current method. If the method is declared to return a value, the return statement is followed by an expression. The value of the expression becomes the return value of the method.

Source: Reges & Stepp, 2007

Example

Example sentence for context: "In this case, it can use the return statement by itself, without any expression."