网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件的命令是() 

  • A、jar –tvf myWebApp.war 
  • B、jar –cf myWebApp.war * 
  • C、jar –tf myWebApp.war * 
  • D、jar –tcf myWebApp.war *

参考答案

更多 “在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件的命令是() A、jar –tvf myWebApp.war B、jar –cf myWebApp.war * C、jar –tf myWebApp.war * D、jar –tcf myWebApp.war *” 相关考题
考题 在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件中的命令是()。 A.jar-tvfmyWebApp.warB.jar-cfmyWebApp.war*C.jar-tfmyWebApp.war*D.jar-tcfmyWebApp.war

考题 在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件的命令是() A.jar–tvfmyWebApp.warB.jar–cfmyWebApp.war*C.jar–tfmyWebApp.war*D.jar–tcfmyWebApp.war*

考题 在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件中的命令()。 A.jar-tvfmyWebApp.warB.jar-cfmyWebApp.war*C.jar-tfmyWebApp.war*D.jar-tcfmyWebApp.war

考题 服务接口类调用统一权限平台的服务,下面哪一个文件是配置服务地址的() A.统一权限提供的jar(isc_sm_agent.jar)中com\sgcc\isc\service\adapter\factory\bean-core-config.xmlB.统一权限提供的jar(isc_sm_agent.jar)中com\sgcc\isc\service\adapter\factory\spring-beans.dtdC.统一权限提供的jar(isc_sm_agent.jar)中iscservicesadapter.propertiesD.其他

考题 下列选项中,用于解压jar文件的命令是() A.jar –cB.jar –xC.jar –vD.jar -f

考题 jar命令的参数可以创建归档文件得分() A、cB、vC、fD、x

考题 下列关于Applet中的归档文件叙述不正确的是A.使用归档文件的好处是减少HTTP的连接次数,从而大大减少了Applet整体的下载时间B.所有的浏览器都识别相同的归档文件格式和指定归档文件的HTML代码C.归档文件是一种压缩文件,使用它也减少了文件的传输时间D.使用JDK的jar工具创建JAR文件

考题 jar命令的()参数可以创建归档文件 A、byteB、shortC、charD、float

考题 maven加载jar包是通过pom.xml文件中的groupId,artifactId,version来进行jar包查找的

考题 在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件中的命令是()。 A、jar -tvf myWebApp.warB、jar -cf myWebApp.war *C、jar -tf myWebApp.war *D、jar -tcf myWebApp.war

考题 在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件中的命令()。 A、jar-tvf myWebApp.warB、jar-cf myWebApp.war *C、jar-tf myWebApp.war *D、jar-tcf myWebApp.war

考题 weblogic中部署EJB的jar包中须包含的部署描述符文件有()A、web.xmlB、ejb-jar.xmlC、application.xmlD、weblogic-ejb-jar.xml

考题 JAVA程序包括源代码(.java文件)、()、由归档工具jar生成的.jar文件、对象状态序列化.ser文件。

考题 在J2EE中,Web容器要求必须在应用程序中有一个WEB-INF目录,这个目录中包括()。 A、server.xml文件,servlet子目录,jar子目录B、web.xml文件,classes子目录,jar子目录C、server.xml文件,Servlet子目录D、web.xml文件,classes子目录,lib子目录

考题 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 Book class?()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 -d /foo/myLib.jar Book.javaG、The JAR file is located at /foo/myLib.jar and the Book class is compiled using javac -classpath /foo/myLib.jar Book.java

考题 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

考题 服务接口类调用权限组件的服务,下面哪一个文件是配置服务地址的()A、权限组件提供的jar(isc_sm_agent.jar)中com/sgcc/isc/service/adapter/factory/bean-core-config.xml。B、权限组件提供的jar(isc_sm_agent.jar)中com/sgcc/isc/service/adapter/factory/spring-beans.dtd。C、权限组件提供的jar(isc_sm_agent.jar)中iscservicesadapter.properties。D、其他

考题 服务接口类调用统一权限平台的服务,下面哪一个文件是配置服务地址的()A、统一权限提供的jar(isc_sm_agent.jar)中com/sgcc/isc/service/adapter/factory/bean-core-config.xmlB、统一权限提供的jar(isc_sm_agent.jar)中com/sgcc/isc/service/adapter/factory/spring-beans.dtdC、统一权限提供的jar(isc_sm_agent.jar)中iscservicesadapter.propertiesD、其他

考题 单选题EJB的部署文件是()A ejb-jar.xmlB ejb.xmlC weblogic-ejb-jar.xmlD weblogix-ejb.xmlE web.xml

考题 多选题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 Book class?()AThe JAR file is located at $JAVA_HOME/jre/classes/myLib.jar.BThe JAR file is located at $JAVA_HOME/jre/lib/ext/myLib.jar..CThe JAR file is located at /foo/myLib.jar and a classpath environment variable is set that includes /foo/myLib.jar/Paper.class.DThe JAR file is located at /foo/myLib.jar and a classpath environment variable is set that includes /foo/myLib.jar.EThe JAR file is located at /foo/myLib.jar and the Book class is compiled using javac -cp /foo/myLib.jar/Paper Book.java.FThe JAR file is located at /foo/myLib.jar and the Book class is compiled using javac -d /foo/myLib.jar Book.javaGThe JAR file is located at /foo/myLib.jar and the Book class is compiled using javac -classpath /foo/myLib.jar Book.java

考题 单选题服务接口类调用权限组件的服务,下面哪一个文件是配置服务地址的()A 权限组件提供的jar(isc_sm_agent.jar)中com/sgcc/isc/service/adapter/factory/bean-core-config.xml。B 权限组件提供的jar(isc_sm_agent.jar)中com/sgcc/isc/service/adapter/factory/spring-beans.dtd。C 权限组件提供的jar(isc_sm_agent.jar)中iscservicesadapter.properties。D 其他

考题 单选题在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件中的命令是()。A jar -tvf myWebApp.warB jar -cf myWebApp.war *C jar -tf myWebApp.war *D jar -tcf myWebApp.war

考题 单选题在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件的命令是()A jar –tvf myWebApp.war B jar –cf myWebApp.war * C jar –tf myWebApp.war * D jar –tcf myWebApp.war *

考题 单选题在J2EE中,把所有的文件包括子目录都打包到一个名为myWebApp.war的归档文件中的命令()。A jar-tvf myWebApp.warB jar-cf myWebApp.war *C jar-tf myWebApp.war *D jar-tcf myWebApp.war

考题 多选题weblogic中部署EJB的jar包中须包含的部署描述符文件有()Aweb.xmlBejb-jar.xmlCapplication.xmlDweblogic-ejb-jar.xml

考题 填空题JAVA程序包括源代码(.java文件)、()、由归档工具jar生成的.jar文件、对象状态序列化.ser文件。

考题 单选题在J2EE中,Web容器要求必须在应用程序中有一个WEB-INF目录,这个目录中包括()。A server.xml文件,servlet子目录,jar子目录B web.xml文件,classes子目录,jar子目录C server.xml文件,Servlet子目录D web.xml文件,classes子目录,lib子目录