Java syntax: Difference between revisions

Content deleted Content added
Line 574:
 
====Labels====
Labels are given points in code used by <code>break</code> and <code>continue</code> statements. DespiteNote that the presence of theJava <code>goto</code> keyword, it cannot be used to jump to specific points in the code.
 
<source lang=Java5>