Skip to main content
Active reading [<http://en.wikipedia.org/wiki/Java_%28programming_language%29>]. Dressed the naked link.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

It is a label, and labels in javaJava can be used with the break and continue key words for additional control over loops. Here

Here it is explained in a rather good way: http://www.linuxtopia.org/online_books/programming_books/thinking_in_java/TIJ305_024.htm

Thinking in Java, break and continue

It is a label, and labels in java can be used with the break and continue key words for additional control over loops. Here it is explained in a rather good way: http://www.linuxtopia.org/online_books/programming_books/thinking_in_java/TIJ305_024.htm

It is a label, and labels in Java can be used with the break and continue key words for additional control over loops.

Here it is explained in a rather good way:

Thinking in Java, break and continue

Source Link
vstoyanov
  • 881
  • 5
  • 14

It is a label, and labels in java can be used with the break and continue key words for additional control over loops. Here it is explained in a rather good way: http://www.linuxtopia.org/online_books/programming_books/thinking_in_java/TIJ305_024.htm