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 |
How can u create the Object of class Without using "New" opertor?
What is the impact of declaring a method as final?
What is a null point?
What is meant by javabeans?
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.
What is xslt in java?
What is string [] args?
Which is better list or arraylist in java?
What is not object oriented programming?
How many bits is a string?
What is the difference between sleep and wait in java?
Why isn’t there operator overloading?