What is broken and continue statement?
Answer / Prabhakar Awasthi
"The 'break' statement is used to exit a loop entirely, while the 'continue' statement is used to skip the current iteration of a loop and move on to the next one. These statements are useful in controlling flow within loops."
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a abstract class be declared final?
what is data binding? give the example
what is singlton class?where it is use in real time senario.
How does class forname work in java?
where lives in jvm
How hashset works internally in java?
What is __ init __ functions?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
why java is platform independent?
What are packages in java?
How many bytes is a string java?
Can an object be garbage collected while it is still reachable?