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

题目内容 (请给出正确答案)
单选题
SUN公司曾经发布过一个纯JAVA的浏览器,名叫()。
A

Solaris

B

Java

C

HotJava

D

Mosaic


参考答案

参考解析
解析: 暂无解析
更多 “单选题SUN公司曾经发布过一个纯JAVA的浏览器,名叫()。A SolarisB JavaC HotJavaD Mosaic” 相关考题
考题 为正确使用认证子系统,需安装的软件()。 A.IE5.50以上版本浏览器、Sun JAvA Plugin J2EE1.3.1B.ADoBe ACroBAt reADer5.0、WinZipC.认证子系统客户端软件

考题 使用IE浏览器查阅曾经浏览过的站点,应该使用()。 A.查找B.收藏C.历史D.工具

考题 ( 1 )我们经常所说的 “ 网络就是计算机 ” 。你知道这曾经是哪家公司提出的理念 ? ( )A ) IBM 公司B ) HP 公司C ) SUN 公司D ) TH公司

考题 SUN公司曾经发布过一个纯JAVA的浏览器,名叫()a.Solarisb.Javac.HotJavad.Mosaic

考题 SUN公司提出了______机制宋实现Java平台与关系数据系统的连接。

考题 Givenacorrectlycompiledclasswhosesourcecodeis:Assumethattheclassfileislocatedin/foo/com/sun/sjcp/,thecurrentdirectoryis/foo/,andthattheclasspathcontains.(currentdirectory).WhichcommandlinecorrectlyrunsCommander?()A.javaCommanderB.javacom.sun.sjcp.CommanderC.javacom/sun/sjcp/CommanderD.java-cpcom.sun.sjcpCommanderE.java-cpcom/sun/sjcpCommander

考题 package com.sun.sjcp;public class Commander{public static void main(String[]args){//more code here}}Assume that the class fileis located in /foo/com/sun/sjcp/,the current directory is/foo/,and that the classpath contains.(current directory).Which command line correctly runs Commander?()A.java CommanderB.java com.sim.sjcp.CommanderC.java com/sun/sjcp/CommanderD.java-cpcom.sun.sjcp CommanderE.java-cpcom/sun/sjcp Commander

考题 Givenacorrectlycompiledclasswhosesourcecodeis:packagecom.sun.sjcp;publicclassCommander{publicstaticvoidmain(String[]args){//morecodehere}}Assumethattheclassfileislocatedin/foo/com/sun/sjcp/,thecurrentdirectoryis/foo/,andthattheclasspathcontains.(currentdirectory).WhichcommandlinecorrectlyrunsCommander?()A.javaCommanderB.javacom.sim.sjcp.CommanderC.javacom/sun/sjcp/CommanderD.java-cpcom.sun.sjcpCommanderE.java-cpcom/sun/sjcpCommander

考题 java与oracle 以后会有多深的关系? sun已经被Oracle兼并了以后Oracle会怎么利用之前sun公司的java语言呢?

考题 JDBC是由SUN公司推出的第一个标准的、用于执行()的Java API。JDBC是完全用()编写的,是Java程序访问数据库的(),编程人员能够用纯JAVA API来编写数据库应用程序,利用Java语言的跨平台特点,就可以做到只须写一遍数据库应用程序就能在任何平台、各种数据库系统上运行(数据库改变,驱动程序跟着改变,但应用程序不变),以减少不必要的重复代码。

考题 火狐狸浏览器FireFox是由()开发的。A、微软公司B、IBM公司C、Mozilla研发小组D、SUN公司

考题 OMG组织、微软公司、Sun公司所提出的软件构件的标准依次是()A、①CORBA②EJB③COMB、①UML②VB③J2EEC、①CORBA②COM③EJBD、①CORBA②C#③JAVA

考题 package com.sun.sjcp; public class Commander{ public static void main(String[]args){ //more code here } } Assume that the class fileis located in /foo/com/sun/sjcp/,the current directory is/foo/,and that the classpath contains“.“(current directory). Which command line correctly runs Commander?()A、java CommanderB、java com.sim.sjcp.CommanderC、java com/sun/sjcp/CommanderD、java-cpcom.sun.sjcp CommanderE、java-cpcom/sun/sjcp Commander

考题 使用IE浏览器查阅曾经浏览过的站点,应该使用()。A、查找B、收藏C、历史D、工具

考题 对于import java.util包,以下那种说法是错误的?()A、Vector类属于java.util包B、Vector类放在…/java/util/目录下C、Vector类放在java.util文件中D、Vector类是Sun公司的产品

考题 有关Java代码以下哪种说法正确()A、一个java源程序文件中只能有一个Java类B、最简单的Java代码也需要定义一个类C、java应用程序也可以在浏览器页面中执行D、要查看Applet的执行只能通过浏览器

考题 Java语言是()年由()公司第一次正式发布的()被誉为Java之父。A、1996 IBM AndersHejlsbergB、1995 Sun BruceEckelC、1995 Sun JamesGoslingD、1996 Microsof BillJoe

考题 要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下什么声明语句?()A、〈%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %〉B、〈%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %〉C、〈%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %〉D、〈%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %〉

考题 Sun公司提供了一套构建Java程序的开发工具,称为()。A、JDKB、JREC、JVMD、JAR

考题 Given a correctly compiled class whose source code is:  package com.sun.sjcp;  public class Commander {  public static void main(String[] args) {  // more code here  }  }  Assume that the class file is located in /foo/com/sun/sjcp/, the current directory is /foo/, and that the classpath contains “.“ (current directory). Which command line correctly runs Commander?() A、 java CommanderB、 java com. sim. sjcp.CommanderC、 java com/sun/sjcp/CommanderD、 java -cp com.sun.sjcp CommanderE、 java -cp com/sun/sjcp Commander

考题 单选题要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下什么声明语句?()A 〈%@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core %〉B 〈%@ taglib prefix=x uri=http://java.sun.com/jsp/jstl/xml %〉C 〈%@ taglib prefix=fmt uri=http://java.sun.com/jsp/jstl/fmt %〉D 〈%@ taglib prefix=sql uri=http://java.sun.com/jsp/jstl/sql %〉

考题 单选题使用IE浏览器查阅曾经浏览过的站点,应该使用()。A 查找B 收藏C 历史D 工具

考题 单选题SUN公司曾经发布过一个纯JAVA的浏览器,名叫()。A SolarisB JavaC HotJavaD Mosaic

考题 单选题Java语言是()年由()公司第一次正式发布的()被誉为Java之父。A 1996 IBM AndersHejlsbergB 1995 Sun BruceEckelC 1995 Sun JamesGoslingD 1996 Microsof BillJoe

考题 单选题关于javascript语言的说法,下述哪个不正确()A JavaScript的语法表示方式,源自美国Sun发的Java语言,javaScript与Java语言结构差异不大B javascript语言由美国网景(Netscape)公司于1995年开发出来的C Javascript程序代码存在于网页中,只有当用户读取网页时,才会对网页中的JavaScript解释执行。D 大多数浏览器都支持JavaScript

考题 单选题Given a correctly compiled class whose source code is:  package com.sun.sjcp;  public class Commander {  public static void main(String[] args) {  // more code here  }  }  Assume that the class file is located in /foo/com/sun/sjcp/, the current directory is /foo/, and that the classpath contains “.“ (current directory). Which command line correctly runs Commander?()A  java CommanderB  java com. sim. sjcp.CommanderC  java com/sun/sjcp/CommanderD  java -cp com.sun.sjcp CommanderE  java -cp com/sun/sjcp Commander

考题 单选题为正确使用认证子系统,需安装的软件()。A IE5.50以上版本浏览器、Sun JAvA Plugin J2EE1.3.1B ADoBe ACroBAt reADer5.0、WinZipC 认证子系统客户端软件

考题 单选题有关Java代码以下哪种说法正确()A 一个java源程序文件中只能有一个Java类B 最简单的Java代码也需要定义一个类C java应用程序也可以在浏览器页面中执行D 要查看Applet的执行只能通过浏览器