Please explain the usage of Labeled Statements

JLS 14.7 Labeled statements (edited for clarity) Statements may have label prefixes (Identifier : Statement). The Identifier is declared to be the label of the immediately contained Statement. Unlike C and C++, the Java programming language has no goto statement; identifier statement labels are used with break (§14.15) or continue (§14.16) statements appearing anywhere within … Read more