Which of the following is not a normal way of statement execution in java?
Sequential
Selection
Iteration
Condition
Where are label blocks useful?
Along with for loop
Along with while loop
Along with break and continue
Along with do while
Which statement is used to skip rest of loop and jumps over to the statement following the loop?
return
break
continue
goto