Java View all facts Glossary Help |
syntactic unit > statement > control flow statement > label statement |
label statement comparison table |
Subject | have purpose | have syntax | is a kind of | is a synonym of |
---|---|---|---|---|
control flow statement | to control the flow of execution of a program | statement | control statement | |
label statement | to mark a particular line of code | labelName: lineOfCode; | control flow statement |
Next control flow statement: loop statement Up: control flow statement Previous control flow statement: exception statement