试题详情
- 多项选择题 A developer is creating a class Book that needs to access class Paper.The Paper class is deployed in a JARnamedmyLib.jar.Whichthree,taken independently,will allow the developer to use the Paper class while compiling the Book class?()
A、The JAR fileis located at$JAVA_HOME/jre/classes/myLib.jar.
B、The JAR fileis located at$JAVA_HOME/jre/lib/ext/myLib.jar.
C、TheJ AR fileis located at/foo/myLib.jar and aclasspath environment variable is set that includes /foo/myLib.jar/Paper.class.
D、The JAR fileis located at/foo/myLib.jar and a classpath environment variable is set that includes/foo/myLib.jar.
E、The JAR file is located at/foo/myLib.jar and the Book class is compiled using javac-cp/foo/myLib.jar/Paper Book.java.
F、The JAR file is located at/foo/myLib.jar and the Book class is compiled using javac-classpath/foo/myLib.jar Book.java.
- B,D,F
关注下方微信公众号,在线模考后查看
热门试题
- Which statemen
- 向量与数组有何不同?它们分别适合于什么场
- 哪两个java.lang.Thread&
- 为了使得System.out.print
- public class&e
- A developer&en
- GUI事件模型的组成元素包括()
- 下面有关java 抽象类和接口的区别,说
- 通过JDBC访问数据库包含下面哪几步()
- 利用条件运算符的嵌套来完成此题:学习成绩
- 10. class&ensp
- 举例说明多态。
- A programmer needs
- An object̳
- 什么是分层窗格?()
- A developer&en
- 以下哪项不是Swing容器?()Q
- Given: Intege
- class A {
- 请写出你知道的排序方法,并使用Java语