24. The passage tells us __________.
A. the sun is not the biggest star
B. the sun is bigger than any other star
C. only the sun can shine
D. the sun is one of the farthest stars from us
第1题:
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
第2题:
Sun中国公司网站上提供了Sun全球各公司的链接网址,其中表示SUN()公司的网站。
A.中国
B.美国
C.奥地利
D.匈牙利
第3题:
A.中国
B.美国
C.奥地利
D.匈牙利
第4题:
将考生文件夹下SUN文件夹中的SKY.SUN文件夹删除。
第5题:
Sun公司的Solaris运行在使用Sun公司的RISC芯片的__________和服务器上。
第6题:
12、在JAVA中,通过调用以下()方法,可以装载SUN的JDBC-ODBC桥。
A.new Class() .load(“sun.jdbc.odbc.jdbcodbcDriber”) ;
B.new Class() .forName(“sun.jdbc.odbc.JdbcOdbcDriver”) ;
C.Class.forName(“sun.jdbc.odbc.JdbcOdbcDriver”) ;
D.Class.load(“sun.jdbc.odbc.JdbcOdbcDriver”) ;