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 the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 Answers Global Logic, Satyam,
question on Thread synchronization
Who is founder of java?
What is time complexity algorithm?
what is object-oriented programming in java?
How a class can implement an interface?
How do singleton patterns work?
Should a main method be compulsorily declared in all java classes?
What is a byte string?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is synchronization? How it can be achieved?
What is map in java?