试题详情
- 多项选择题 11. public class Commander { 12. public static void main(String[] args) { 13. String myProp = /* insert code here */ 14. System.out.println(myProp); 15. } 16. } and the command line: java -Dprop.custom=gobstopper Commander Which two, placed on line 13, will produce the output gobstopper?()
A、 System.load(”prop.custom”);
B、 System.getenv(”prop.custom”);
C、 System.property(”prop.custom”);
D、 System.getProperty(”prop.custom”);
E、 System.getProperties().getProperty(”prop.custom”);
- D,E
关注下方微信公众号,在线模考后查看
热门试题
- 求任意一个正整数的正整数因子 要求:用户
- 程序员正在进行一个项目,必须实现equ
- Given the
- You need
- 数据字段的作用域是()
- 面向对象的软件开发包括哪些过程?OOA模
- public class&e
- Which interfac
- 类的成员有几种访问控制级?()
- 建立Sochet类的服务器端需要哪些步骤
- Java数据库连接库JDBC用到哪种设计
- Which interfac
- public class&e
- Given the&ensp
- 编写一个JavaApplet,使之能够在
- 1. public̳
- public class&e
- What is th
- A RequestDispa
- 下面有关java threadlocal