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 differnence between String Buffer and String builder despite having knowledge that String builder is faster than String Buffer and last one is threadsafe.please tell another important difference.
What is empty list in java?
What is consumer interface?
What is variable and rules of variable?
What do you mean by singleton class in java?
How to obtain a performance profile of java program
What are features of java?
Can we override private method?
What is the main functionality of Prepared Statement?
What is == and === in javascript?
In Java list the methods that can be overridden?
What is dot operator?