answersLogoWhite

0

Control structures in java are nothing but like how u structure your program based on conditions

like if-else

using switch-case

using for loops all together conditions applying things are called control structures

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
BeauBeau
You're doing better than you think!
Chat with Beau
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
More answers

The simplest programs execute one instruction after another, in a linear fashion. A control structure is anything that can change this linear flow, and includes conditionals ("if" in Java), and different options to create loops (such as "while" and "do...while" in Java).

User Avatar

Wiki User

8y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is Control structures in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp