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
答案解析:有
微信扫一扫手机做题