What is the difference between the continue and break statement?
Answer Posted / hr@tgksolutions.com
Two crucial words that are utilized in loops are break and continue. When a loop has a break keyword, the loop ends immediately. When the continue keyword is used, the current iteration ends and the loop moves on to the following iteration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a jit compiler?
What is module in oop?
What is a java list?
List implementations of list interface?
What are the states of thread in java?
What is the static field modifier?
What is the function of log?
How do we access static members in java?
What is passing by reference in java?
What is a wrapper method?
What is the maximum size of hashmap in java?
What is an error in java?
Explain the meaning of java applet.
What is a conditional statement explain with example?
Why string is immutable with example?