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 |
Why collection is called framework in java?
What is multithreading and its advantages?
What is the collections api?
Can a double value be cast to a byte?
Can we synchronize static methods in java?
Write a program in java to establish a connection between client and server?
How multi processing is achieved in JAVA?
What’s the difference between unit, integration and functional testing?
What is incompatible types in java?
Can a static class implement an interface?
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
Why put method is idempotent?