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 |
What is the difference between add() and addElement() method in Vector Class ?
Can a list be null in java?
What happens if we override private method?
Explain about GridBag Layout?
What is space character in java?
what is the main difference between string and stringbuffer? can you explain it with program?
I dont want to use serialzable in java is there any another concept so plz tell me
Why is java architectural neutral?
Explain about the select method with an example?
Do you know why doesn't the java library use a randomized version of quicksort?
What are anonymous inner classes?
What are recursive functions?