Computer Science, asked by Anonymous, 1 year ago

Name the two jump statements in java

Answers

Answered by lokeshnancy00
10

jump: Java supports three jump statement: break, continue and return. These three statements transfer control to other part of the program. Break: In Java, break is majorly used for: Terminate a sequence in a switch statement (discussed above).

hey mate here is ur answer I hope it will helps you plZz mark me brainlist

Answered by RickinYash
5

Return and break and also continue

Similar questions