Loops in Java To repeat a set of statements more then one time without using any structure is pretty hard. For example : if we want to display 100 times “Welcome to Java” on the screen. The following line we have to write 100 times to achieve results. System.out.println("Welcome to java"); Instead of repeating hundred