I've seen in a java program the following syntax :
for(;;){
}
What does it means ? I didn't see the explanation on internet after some researches.
Is it the same thing that a while(true) loop?
Edit :
Sorry for duplicate, when your type " for(;;) " in your researches you doesn't find the information wanted. Thanks for reply.