Explain jumping statements.
Answers
Answered by
1
jumping statements cause unconditional jump to another statement
Answered by
2
Every program in Java is supposed to be executed based on conditions if sequential execution does not occur.
These commands, which are used in case of conditional statements are known as jump statements.
These include the statements like break, return and continue.
These are statements which the program evaluates to check if the conditions favour the execution of one pair of statements or other pairs.
Similar questions
English,
7 months ago
Hindi,
7 months ago
Social Sciences,
7 months ago
Computer Science,
1 year ago
English,
1 year ago