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

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

参考解析

解析: 暂无解析

相关考题:

在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

要实现对Java 代码的数字签名,对于代码的提供者要经过的4个步骤的正确顺序是 ( )。 ①创建JAR 文件 ②创建密钥 ③对JAR 文件进行数字签名 ④输出公钥证书A.①③②④B.①②③④C.②①③④D.①③②④

Java语言API文档是( )。A.Java归档工具B.Java状态序列化文件C.Java源代码D.编程工具

下列说法错误的有()A.能被java.exe成功运行的javaclass文件必须有main()方法B.J2SDK就是JavaAPIC.Appletviewer.exe可利用jar选项运行.jar文件D.能被Appletviewer成功运行的javaclass文件必须有main()方法

Java语言的API文档是( )。A.Java归档工具B.Java状态序列化文件C.Java源代码D.编程工具

要实现对Java代码的数字签名,对于代码的提供者要经过的4个步骤的正确顺序是 ①创建JAR文件 ②创建密钥 ③对JAR文件惺智┟? ④输出公钥证书A.①③②④B.①②③④C.②①③④D.①③②④

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

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

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

用Java开发工具JDK建立小应用程序时,嵌入HTML源代码的是()A、Java源代码B、经Javac编译生成的文件C、经Java解释生成的文件D、经Javap反汇编生成的文件

在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

java语言中,按照一定格式生成程序的文档的工具是()。A、javacB、javahC、javadocD、jar

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

下列关于Java语言的叙述中,正确的是()A、Java是不区分大小写的B、源文件名必须与public类型的类名相同C、源文件中public类的数目不限D、源文件名其扩展名为.jar

编译Java程序file.java后生成的程序是()。A、file.htmlB、File.classC、file.classD、file.jar

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

JDK工具javadoc的作用是哪项?()A、生成Java文档B、编译Java源文件C、执行Java类文件D、测试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?()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

单选题用Java开发工具JDK建立小应用程序时,嵌入HTML源代码的是()AJava源代码B经Javac编译生成的文件C经Java解释生成的文件D经Javap反汇编生成的文件

单选题编译Java程序file.java后生成的程序是()。Afile.htmlBFile.classCfile.classDfile.jar

单选题JDK工具javadoc的作用是哪项?()A生成Java文档B编译Java源文件C执行Java类文件D测试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

单选题运行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