How do you declare an infinite loop?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
for (;;)
{
// Statements to execute
// Add any loop breaking logic
}
| Is This Answer Correct ? | 0 Yes | 0 No |
for (;;)
{
// Statements to execute
// Add any loop breaking logic
}
| Is This Answer Correct ? | 0 Yes | 0 No |
C and C++ has constructors and distructors, why does Java does not have distructors?
List java api that supports threads?
What an i/o filter?
What is ResourceBundle class?
What are the types of classes in java?
What is treemap in java?
What is the smallest package in Java API?
What is the difference between set and list?
What do you mean by order of precedence and associativity?
How do you define a parameter?
Explain the available thread states in a high-level?
What does flag mean in java?