试题详情
- 单项选择题 If this source code is contained in a file called SmallProg.java, what command should be used to compile it using the JDK?() public class SmallProg { public static void main(String args[]) { System.out.println("Good luck!"); } }
A、java SmallProg
B、avac SmallProg
C、javac SmallProg.java
D、java SmallProg main
- C
关注下方微信公众号,在线模考后查看
热门试题