Solaris
Java
HotJava
Mosaic
第1题:
SUN公司提出了______机制宋实现Java平台与关系数据系统的连接。
第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
第3题:
sun 已经被Oracle 兼并了以后Oracle 会怎么利用之前sun公司的java语言呢?
第4题:
火狐狸浏览器FireFox是由()开发的。
第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?()
第6题:
对于import java.util包,以下那种说法是错误的?()
第7题:
Java语言是()年由()公司第一次正式发布的()被誉为Java之父。
第8题:
Sun公司提供了一套构建Java程序的开发工具,称为()。
第9题:
〈%@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core %〉
〈%@ taglib prefix=x uri=http://java.sun.com/jsp/jstl/xml %〉
〈%@ taglib prefix=fmt uri=http://java.sun.com/jsp/jstl/fmt %〉
〈%@ taglib prefix=sql uri=http://java.sun.com/jsp/jstl/sql %〉
第10题:
Solaris
Java
HotJava
Mosaic
第11题:
JavaScript的语法表示方式,源自美国Sun发的Java语言,javaScript与Java语言结构差异不大
javascript语言由美国网景(Netscape)公司于1995年开发出来的
Javascript程序代码存在于网页中,只有当用户读取网页时,才会对网页中的JavaScript解释执行。
大多数浏览器都支持JavaScript
第12题:
IE5.50以上版本浏览器、Sun JAvA Plugin J2EE1.3.1
ADoBe ACroBAt reADer5.0、WinZip
认证子系统客户端软件
第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
第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
第15题:
JDBC是由SUN公司推出的第一个标准的、用于执行()的Java API。JDBC是完全用()编写的,是Java程序访问数据库的(),编程人员能够用纯JAVA API来编写数据库应用程序,利用Java语言的跨平台特点,就可以做到只须写一遍数据库应用程序就能在任何平台、各种数据库系统上运行(数据库改变,驱动程序跟着改变,但应用程序不变),以减少不必要的重复代码。
第16题:
OMG组织、微软公司、Sun公司所提出的软件构件的标准依次是()
第17题:
使用IE浏览器查阅曾经浏览过的站点,应该使用()。
第18题:
有关Java代码以下哪种说法正确()
第19题:
要使用JSTL的核心标签库,需要在JSP源文件的首部加入如下什么声明语句?()
第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?()
第21题:
查找
收藏
历史
工具
第22题:
1996 IBM AndersHejlsberg
1995 Sun BruceEckel
1995 Sun JamesGosling
1996 Microsof BillJoe
第23题:
java Commander
java com. sim. sjcp.Commander
java com/sun/sjcp/Commander
java -cp com.sun.sjcp Commander
java -cp com/sun/sjcp Commander
第24题:
一个java源程序文件中只能有一个Java类
最简单的Java代码也需要定义一个类
java应用程序也可以在浏览器页面中执行
要查看Applet的执行只能通过浏览器