what is the meaning of following loop?
for(;;)
{
System.out.println("This is printed");
}
Answers
Answered by
1
Answer:
When you use this loop(construction) you will get the S.O.P statement for infinite number of time on your terminal window.
Explanation:
Reason: the loop construction is for infinite loop.
hope its helpful
Answered by
1
Answer:
It is a infinite loop as it does not have a condition to terminate the loop hence it is a infinite loop
.
Similar questions
History,
2 months ago
English,
2 months ago
Hindi,
4 months ago
Math,
4 months ago
Computer Science,
10 months ago
Business Studies,
10 months ago
English,
10 months ago