單項選擇題
//point X
public class foo (
public static void main (Stringargs) throws Exception {
printWriter out = new PrintWriter (new )
java.io.outputStreamWriter (System.out), true;
out.printIn(“Hello”);
}
)
Which statement at PointX on line 1 allows this code to compile and run?()