Log in or register to post comments Code public class Test { public static void main(String [] args) { for( ; ; ) { System.out.println("Hello"); } } } Output: infinite times Hello Tags Java Control Flow Interview Questions Core Java Interview Questions Java Interview Questions