Computer Science, asked by ktejas099, 4 days ago

what is jump statement in java​

Answers

Answered by subrotochoudhury218
0

Answer:

rt note about the special identity of the tribal people of gujarat.

Answered by omkardengi08
0

Branching/Jumping Statements

Branching statements are used to jump from a statement to another statement, there by the transferring the flow of execution.

Or

Jump statements are statements through which we can transfer control anywhere in the program.

Or

These statements transfer control to another part of your program.

Java provides 3 jumping statements

1.break statement

2.continue statement

3.return statement

Jump statements allow your program to execute in a nonlinear fashion.

Similar questions