Java   View all facts   Glossary   Help
syntactic unit > statement > control flow statement > return statement
Next control flow statementbreak statement    Upcontrol flow statement    Previous control flow statementloop statement   

return statement comparison table
Subject have example
return statement that does not return a value
return;
return statement that returns a value
return count; 

Next control flow statementbreak statement    Upcontrol flow statement    Previous control flow statementloop statement