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

题目内容 (请给出正确答案)
填空题
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源代码的是()A Java源代码B 经Javac编译生成的文件C 经Java解释生成的文件D 经Javap反汇编生成的文件

考题 单选题编译Java程序file.java后生成的程序是()。A file.htmlB File.classC file.classD file.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?()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/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