for (;;) {
    System.out.println("Infinite Loop");
    break; // برای جلوگیری از بی‌نهایت بودن
}