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 many ways we can serialize the java object?
What is the default initialized value of String type variable?
What is the difference between throw and throws? What is the similarity between try and throw?
In Java, what’s the purpose of static methods and static variables?
how to run ecllipse with jettyserver for windows environment using batch file
What are abstract methods in java?
How can we get one Interface methods whit out using implementation of interface
Explain the difference between abstract classes and interfaces in java?
What are serialization and deserialization?
Can we rethrow the same exception from catch handler?
How a variable is stored in memory?
How destructors are defined in java?