1 public class EmptyStmtTests {2 public static void main(String [] args) {3 System.out.println("Hello"); 4 };5 }6