Java break jump out of multilayer cycle __java label

Source: Internet
Author: User

in programming, we often use break to jump out of loops, as follows:

The screenshot shows that when I==1 && J==1, the inner for loop is jumped out.

But what if we want to jump out of the outer loop, we can do that by adding a label to the front of the loop, as follows:

Description:

1, the label close to the circular statement, and in the front of the circular statement,
2, through the label can jump out of any number of layers of the cycle;
3, break and continue can use the label to flexibly control the loop statement;
4, when we decompile. class files, we can often see "Break label;" Such a label is used.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.