//point X  public class foo { public static void m...
单选题

//point X  public class foo { public static void main (String[]args) throws Exception {  java.io.printWriter out = new java.io.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?()  

发布日期:2020-04-10

A.Import java.io.*;

B.Include java.io.*;

C.Import java.io.PrintWriter;

D.Include java.io.PrintWriter;

E.No statement is needed.

热门试题

热门资讯

    暂无相关推荐~

分享给好友

分享到朋友圈

取消

使用浏览器的分享功能,把这篇文章分享出去

确定