易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

A developer is creating a class Book, that needs to access class Paper. The Paper class is deployed in a JAR named myLib.jar.  Which three, taken independently, will allow the developer to use the Paper class while compiling the Bookclass?()

A

The JAR file is located at $JAVA_HOME/jre/classes/myLib.jar.

B

The JAR file is located at $JAVA_HOME/jre/lib/ext/myLib.jar..

C

The JAR file is located at /foo/myLib.jar and a classpath environment variable is set that includes /foo/myLib.jar/Paper.class.

D

The JAR file is 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

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • 通用顶级域名是由三个字母组成,请问mil表示()机构。

    A、军事

    B、商业

    C、教育

    D、网络

  • “60%青少年表示现在和将来都不会吸烟”为()

    A、知识目标

    B、态度目标

    C、技巧目标

    D、行为目标

    E、信念目标

  • A web application uses the HttpSession mechanism to determine if a user is "logged in." When a usersupplies a valid user name and password, an HttpSession is created for that user. The user has access tothe application for only 15 minutes after logging in. The code must determine how long the user has beenlogged in, and if this time is greater than 15 minutes, must destroy the HttpSession. Which method in HttpSession is used to accomplish this?()

    A、Getcreationtime

    B、Invalidateafter

    C、Getlastaccessedtime

    D、Getmaxinactiveinterval

  • 在Word2010中,用智能ABC输入法编辑Word2010文档时,如果需要进行中英文切换,可以使用的键是()。

    A、Shift+空格

    B、Ctrl+Alt

    C、Ctrl+.

    D、Ctrl+空格(或Ctrl+space)

  • 患者,75岁。患2型糖尿病20年,平日由其女儿照顾。其女儿59岁,患有高血压、肥胖。如果患者发生了糖尿病足,那么针对糖尿病足,社区护理的内容正确的是()

    A、每天坚持小腿和足部运动30~60分钟

    B、小伤口可用2%碘酊消毒处理

    C、伤口处可涂甲紫消毒并保持干燥

    D、鞋袜尽量紧些,防止水肿

    E、如有皮肤溃疡、间歇性跛行,早期截肢以防溃疡蔓延至整个腿部

联系客服 会员中心
TOP