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 the maximum size of list in java?
What carriage return means?
What is identifier give example?
What are the two types of streams offered by java 8?
What are the new features in java 8? Explain
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
Explain the Propertie sof class?
What is string buffer?
How to transfer data from an Applet to Servlet ?
What is a method in coding?
What is an object in java and how is it created?
What is mutable object and immutable object?