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 |
Give any two differences between C++ and java.
Explain about complier design(phases)
0 Answers Aditi Placement Service,
Explain the differences between abstraction and encapsulation?
Mention the default values of all the elements of an array defined as an instance variable.
What advantage do java's layout managers provide over traditional windowing systems?
What is :: operator in java 8?
Define an abstract class with reference to java.
what is the life cycle of jsp?
Define inheritance with reference to java.
Why are generics used?
What is the exact difference in between Unicast and Multicast object?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?