Java multi-level break

I have a construct where I have a for loop nested inside of a while loop in Java. Is there a way to call a break statement such that it exits both the for loop and the while loop?

7
задан Darshan Rivka Whittle 28 April 2014 в 07:39
поделиться