Jump Statements In Java | Break Statement in Java | Continue Statement In Java (Java Tutorial)

Published: 02 June 2020
on channel: Pawan S Nair
2,005
74

Iteration Statements In Java | While Loop In Java | Do While Loop In Java | For Loop In Java |
   • Iteration Statements In Java | While ...  

follow me on:
Facebook:   / pawans.nair.7  
Instagram:   / pawan_s_nair  
Twitter:   / pawannair  
Linked in:   / pawan-nair-669860168  

Jump Statement :
-----------------------------
Jump Statement is one of the types from Control Statements, jump statements are basically used to come out of the loop or skip the looping statements.

Types Of Jump Statements:
---------------------------------------------
We have 3 different types of jump statements:
1) break statement
2)continue statement
3)return statement (As of now function is not yet discussed, we will not be discussing it).

break Statement:
----------------------------
The break statement is used for coming out of the loop and even we use this keyword in switch statement also

continue Statement:
---------------------------------
The continue statement is used to skip the statement in the loop.


On this page of the site you can watch the video online Jump Statements In Java | Break Statement in Java | Continue Statement In Java (Java Tutorial) with a duration of hours minute second in good quality, which was uploaded by the user Pawan S Nair 02 June 2020, share the link with friends and acquaintances, this video has already been watched 2,005 times on youtube and it was liked by 74 viewers. Enjoy your viewing!