mercredi 1 juillet 2015

When would you implement and infinite loop in java?

Is there any practical application for and ifinite loops in java code, and if so what?

For example:

while(true){
    //statements, but the loop is never set to false
}

When could you use this?

Aucun commentaire:

Enregistrer un commentaire