可执行的jar包文件是一个自包含的 Java 应用程序

可执行的jar包文件是一个自包含的 Java 应用程序


参考答案和解析
正确

相关考题:

下列( )类属于java.util.jar 包。A.GZIPInputStreamB.ZipInputStreamC.JarInputSreamD.InflaterlnputStream

下列哪一个类属于java.util.jar包?A.GZIPInputStreamB.ZipInputStreamC.JarInputSreamD.InflaterInputStream

不同模块需要相同jar包,解决期间jar包重复引用问题,其操作中包含下面哪几项() A.新建一个公共模块B.扩展jar包C.要使用引入jar包时,要先依赖公共模块D.在这个公共模块里引入第三方jar包

一个MIDlet套件将包含JAR文件和()文件A. ProfileB. ConfigurationC. JADD. PDA

在Java开发工具JDK的目录结构中,包含JDK的一些可执行文件的目录是______。A.binB.docsC.libD.demo

下列说法中,错误的一项是______。A.一个线程组中可以包含若干线程B.一个Java应用程序启动时,Java运行系统为该程序创建一个名为main的线程C.一个线程组中不可以再包含线程组D.一个Java应用程序的最顶层线程组是main

以下不属于Java程序结构文件的是( )。A.asp文件B.java文件C.class文件D.jar文件

下列用于Java解析类文件的命令是( )。A.javaB.javacC.javapD.jar

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

不同模块需要相同jar包,解决期间jar包重复引用问题,其操作中包含下面哪几项()A、新建一个公共模块B、扩展jar包C、要使用引入jar包时,要先依赖公共模块D、在这个公共模块里引入第三方jar包

以下关于java文件名的叙述,正确的有?()  A、java字节码文件的扩展名应为.javaB、java源文件的文件名应与文件中的类名一致C、一个java源文件中只能包含一个java类D、java源文件的扩展名应为.java

Java中,打包就是将应用程序所包含的类文件和其它资源文件放到一个()文件当中。

运行jar文件中class文件需要在java命令后面加的参数为()。A、-cpB、-gC、-dD、-verbose

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

以下关于Java文件名的叙述,正确的有?()A、Java源文件的扩展名应为.javaB、Java源文件的文件名应与文件中的类名一致C、Java字节码文件的扩展名应为.javaD、一个Java源文件中只能包含一个Java类

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

文件电子传递的包类型不包含以下哪些选项()A、文件夹B、ZipC、RarD、自解压可执行文件

.NET框架提供了一个可重新分发的安装程序,它包含运行.NET框架应用程序所需的公共语言运行库和.NET框架组件。.NET框架可重新分发软件包作为一个独立的可执行文件()提供。A、DotnetFrameWork.comB、Dotnetfx.comC、Dotnetfx.exeD、DotnetFrameWork.exe

在()中存储描述web应用程序的元数据。A、jspB、jar文件C、Tag文件D、web.xml

A class games.cards.Poker is correctly defined in the jar file Poker.jar. A user wants to execute the main method of Poker on a UNIX system using the command: java games.cards.Poker What allows the user to do this?()A、put Poker.jar in directory /stuff/java,and set the CLASSPATH to include /stuff/javaB、put Poker.jar in directory /stuff/java,and set the CLASSPATH to include /stuff/java/*.jarC、Put Poker.jar in directory /stuff/java,and set the CLASSPATH to include /stuff/java/Poker.jarD、put Poker.jar in directory /stuff/java/games/cards,and set the CLASSPATH to include /stuff/javaE、put Poker.jar in directory /stuff/java/games/cards,and set the CLASSPATH to include /stuff/java/*.jarF、put Poker.jar in directory /stuff/java/games/cards,and set the CLASSPATH to include /stuff/java/Poker.jar

单选题.NET框架提供了一个可重新分发的安装程序,它包含运行.NET框架应用程序所需的公共语言运行库和.NET框架组件。.NET框架可重新分发软件包作为一个独立的可执行文件()提供。ADotnetFrameWork.comBDotnetfx.comCDotnetfx.exeDDotnetFrameWork.exe

填空题Java中,打包就是将应用程序所包含的类文件和其它资源文件放到一个()文件当中。

单选题A class games.cards.Poker is correctly defined in the jar file Poker.jar. A user wants to execute the main method of Poker on a UNIX system using the command:java games.cards. Poker What allows the user to do this?()Aput Poker.jar in directory /stuff/java, and set the CLASSPATH to include /stuff/javaBput Poker.jar in directory /stuff/java, and set the CLASSPATH to include /stuff/java/*.jarCput Poker.jar in directory /stuff/java, and set the CLASSPATH to include /stuff/java/Poker.jarDput Poker.jar in directory /stuff/java/games/cards, and set the CLASSPATH to include /stuff/java

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

单选题运行jar文件中class文件需要在java命令后面加的参数为()。A-cpB-gC-dD-verbose

单选题A class games.cards.Poker is correctly defined in the jar file Poker.jar.  A user wants to execute the main method of Poker on a UNIX system using the command:  java games.cards.Poker  What allows the user to do this?()A put Poker.jar in directory /stuff/java, and set the CLASSPATH to include /stuff/javaB put Poker.jar in directory /stuff/java, and set the CLASSPATH to include /stuff/java/*.jarC Put Poker.jar in directory /stuff/java, and set the CLASSPATH to include /stuff/java/Poker.jarD put Poker.jar in directory /stuff/java/games/cards, and set the CLASSPATH to include /stuff/javaE put Poker.jar in directory /stuff/java/games/cards, and set the CLASSPATH to include /stuffijava/*.jarF put Poker.jar in directory /stuff/java/games/cards, and set the CLASSPATH to include /stuff/java/Poker.jar

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

单选题文件电子传递的包类型不包含以下哪些选项()A文件夹BZipCRarD自解压可执行文件