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

label statement comparison table
Subject have purpose have syntax is a kind of is a synonym of
control flow statementto control the flow of execution of a program statementcontrol statement
label statementto mark a particular line of code
labelName: lineOfCode;
control flow statement 

Next control flow statementloop statement    Upcontrol flow statement    Previous control flow statementexception statement