Java - Statements
Statement is used to do something for you when you are using that based on the statement what you are using in you application.
Control Statement:
It is used to control the code.
Control Statement:
It is used to control the code.
- If
- If else
- If else if
- Nested if
- Switch
Looping Statement:
It is used to iterate the bunch of values
- For
- While
- Do.. While
- For Each
Branching Statement:
It is used to do some operating in the loop.
- Break
- Continue
Comments
Post a Comment