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 is the concept of multithreading?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Why string is not thread safe?
What is a layout manager?
What is the difference between heap and stack memory?
What is the char data type?
How to add menushortcut to menu item?
Is ResultSet class?
5 Answers Bally Technologies, TCS,
What types of index data structures can you have in java?
What is constructor chaining in java?
what is meant by encapsulation?
Is empty string in java?