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 |
What are Interceptors?
What do you mean by global variable?
What is object-oriented paradigm?
What is ResourceBundle class?
Can you explain the Java thread lifecycle?
Can It is possible to synchronize the constructor of a Java Class?
Give a briefing on the life cycle of a thread.
What are different access specifiers in java? Explain
What is the class in java?
Can we extend singleton class in java?
How many bits does a boolean take?
Difference between Linked list and Queue?