itgle.com
更多“SUN公司曾经发布过一个纯JAVA的浏览器,名叫()。”相关问题
  • 第1题:

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


    正确答案:JDBC
    JDBC

  • 第2题:

    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 Commander

    B.java com.sim.sjcp.Commander

    C.java com/sun/sjcp/Commander

    D.java-cpcom.sun.sjcp Commander

    E.java-cpcom/sun/sjcp Commander


    参考答案:B

  • 第3题:

    java与oracle 以后会有多深的关系?

    sun 已经被Oracle 兼并了以后Oracle 会怎么利用之前sun公司的java语言呢?


    在对GOOGLE android的诉讼, 就是很好的例子, android多多少少还是侵权了Java的东西。

    短期对大多数公司是没影响的,毕竟牵扯面太大了, 但对Oracle有威胁的公司, Java会是一个工具。


    希望可以帮到您,别忘了采纳哟,愿您生活愉快!!

  • 第4题:

    火狐狸浏览器FireFox是由()开发的。

    • A、微软公司
    • B、IBM公司
    • C、Mozilla研发小组
    • D、SUN公司

    正确答案:C

  • 第5题:

    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 Commander
    • B、java com.sim.sjcp.Commander
    • C、java com/sun/sjcp/Commander
    • D、java-cpcom.sun.sjcp Commander
    • E、java-cpcom/sun/sjcp Commander

    正确答案:B

  • 第6题:

    对于import java.util包,以下那种说法是错误的?()

    • A、Vector类属于java.util包
    • B、Vector类放在…/java/util/目录下
    • C、Vector类放在java.util文件中
    • D、Vector类是Sun公司的产品

    正确答案:C

  • 第7题:

    Java语言是()年由()公司第一次正式发布的()被誉为Java之父。

    • A、1996 IBM AndersHejlsberg
    • B、1995 Sun BruceEckel
    • C、1995 Sun JamesGosling
    • D、1996 Microsof BillJoe

    正确答案:C

  • 第8题:

    Sun公司提供了一套构建Java程序的开发工具,称为()。

    • A、JDK
    • B、JRE
    • C、JVM
    • D、JAR

    正确答案:A

  • 第9题:

    单选题
    要使用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 %〉


    正确答案: A
    解析: 暂无解析

  • 第10题:

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

    Solaris

    B

    Java

    C

    HotJava

    D

    Mosaic


    正确答案: D
    解析: 暂无解析

  • 第11题:

    单选题
    关于javascript语言的说法,下述哪个不正确()
    A

    JavaScript的语法表示方式,源自美国Sun发的Java语言,javaScript与Java语言结构差异不大

    B

    javascript语言由美国网景(Netscape)公司于1995年开发出来的

    C

    Javascript程序代码存在于网页中,只有当用户读取网页时,才会对网页中的JavaScript解释执行。

    D

    大多数浏览器都支持JavaScript


    正确答案: D
    解析: 暂无解析

  • 第12题:

    单选题
    为正确使用认证子系统,需安装的软件()。
    A

    IE5.50以上版本浏览器、Sun JAvA Plugin J2EE1.3.1

    B

    ADoBe ACroBAt reADer5.0、WinZip

    C

    认证子系统客户端软件


    正确答案: B
    解析: 暂无解析

  • 第13题:

    Givenacorrectlycompiledclasswhosesourcecodeis:Assumethattheclassfileislocatedin/foo/com/sun/sjcp/,thecurrentdirectoryis/foo/,andthattheclasspathcontains"."(currentdirectory).WhichcommandlinecorrectlyrunsCommander?()

    A.javaCommander

    B.javacom.sun.sjcp.Commander

    C.javacom/sun/sjcp/Commander

    D.java-cpcom.sun.sjcpCommander

    E.java-cpcom/sun/sjcpCommander


    参考答案:B

  • 第14题:

    Givenacorrectlycompiledclasswhosesourcecodeis:packagecom.sun.sjcp;publicclassCommander{publicstaticvoidmain(String[]args){//morecodehere}}Assumethattheclassfileislocatedin/foo/com/sun/sjcp/,thecurrentdirectoryis/foo/,andthattheclasspathcontains.(currentdirectory).WhichcommandlinecorrectlyrunsCommander?()

    A.javaCommander

    B.javacom.sim.sjcp.Commander

    C.javacom/sun/sjcp/Commander

    D.java-cpcom.sun.sjcpCommander

    E.java-cpcom/sun/sjcpCommander


    参考答案:B

  • 第15题:

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


    正确答案:SQL语句;Java语言;接口技术

  • 第16题:

    OMG组织、微软公司、Sun公司所提出的软件构件的标准依次是()

    • A、①CORBA②EJB③COM
    • B、①UML②VB③J2EE
    • C、①CORBA②COM③EJB
    • D、①CORBA②C#③JAVA

    正确答案:C

  • 第17题:

    使用IE浏览器查阅曾经浏览过的站点,应该使用()。

    • A、查找
    • B、收藏
    • C、历史
    • D、工具

    正确答案:C

  • 第18题:

    有关Java代码以下哪种说法正确()

    • A、一个java源程序文件中只能有一个Java类
    • B、最简单的Java代码也需要定义一个类
    • C、java应用程序也可以在浏览器页面中执行
    • D、要查看Applet的执行只能通过浏览器

    正确答案:B

  • 第19题:

    要使用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" %〉

    正确答案:A

  • 第20题:

    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 Commander
    • B、 java com. sim. sjcp.Commander
    • C、 java com/sun/sjcp/Commander
    • D、 java -cp com.sun.sjcp Commander
    • E、 java -cp com/sun/sjcp Commander

    正确答案:B

  • 第21题:

    单选题
    使用IE浏览器查阅曾经浏览过的站点,应该使用()。
    A

    查找

    B

    收藏

    C

    历史

    D

    工具


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    Java语言是()年由()公司第一次正式发布的()被誉为Java之父。
    A

    1996 IBM AndersHejlsberg

    B

    1995 Sun BruceEckel

    C

    1995 Sun JamesGosling

    D

    1996 Microsof BillJoe


    正确答案: A
    解析: 暂无解析

  • 第23题:

    单选题
    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 Commander

    B

     java com. sim. sjcp.Commander

    C

     java com/sun/sjcp/Commander

    D

     java -cp com.sun.sjcp Commander

    E

     java -cp com/sun/sjcp Commander


    正确答案: C
    解析: 暂无解析

  • 第24题:

    单选题
    有关Java代码以下哪种说法正确()
    A

    一个java源程序文件中只能有一个Java类

    B

    最简单的Java代码也需要定义一个类

    C

    java应用程序也可以在浏览器页面中执行

    D

    要查看Applet的执行只能通过浏览器


    正确答案: B
    解析: 暂无解析