What are the basic control structures?
Answer / Saurabh Yadav
The basic control structures in Java include if statements, for loops, while loops, do-while loops, and switch statements. These structures allow you to control the flow of your program based on certain conditions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does system.gc() and runtime.gc() methods do?
What is java life cycle?
Write java program to reverse string without using api?
Can we convert stringbuilder to string in java?
Explain polymorphism citing an example.
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is the difference between object oriented programming language and object based programming language?
What is the difference between size and length in java?
What are data types in oop?
Name few "optional" classes introduced with java 8 ?
What are peerless components?
what is type of statement in jdbc connection?