Can a for statement loop indefinitelyCore Java Interview Questions Yes, a for statement can loop indefinitely. For example, consider the following: for(;;) ; Total Views: 36,469