Can a for statement loop indefinitely?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
Yes a for statement can loop infinitely. Example:
for( ; ; ) {
// ..staements to loop
}
| Is This Answer Correct ? | 10 Yes | 0 No |
What is not thread safe?
If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
what state does a thread enter when it terminates its processing? : Java thread
what is session in java?
0 Answers Seventhsense Technologies,
What is meant by object oriented programming – oop?
which method throws exception of type Throwable
Define how does a try statement determine which catch clause should be used to handle an exception?
What does isempty () do in java?
Is 0 true or false in java?
What is a copy constructor in java?
What is procedure overloading?
What is the similarity between dynamic binding and linking?