while(i < 5) //while i < 5 stay in the loop { System.out.print(i); i++; } /* do someting change variable call methods etc... */