What is an infinite loop?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
An endless loop never stops running and has no conditions. By defining any breaking logic in the body of the statement blocks, you can end an infinite loop.
| Is This Answer Correct ? | 0 Yes | 0 No |
An endless loop never stops running and has no conditions. By defining any breaking logic in the body of the statement blocks, you can end an infinite loop.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain break statement and continue statement?
What is the difference between form & report?
What are class members by default?
Can a hashset contain duplicates java?
What is main in java?
Is array an object in java?
Can a class have more than one object?
What is autoboxing and unboxing?
What methods are called, When we navigate from one applet to another applet?
What does flagged out mean?
What is a programming object?
In collection sorting comparable and comparator interface will be used..but why this two interfaces required..two will work same purpose so why there are two interfaces instead of one?when to use comparator and when to use comparable?