A. Username
B. LDAP user
C. Certificate
D. Custom expressions
E. Source y IP
第1题:
11.publicstaticvoidmain(String[]args){12.Integeri=uewInteger(1)+newInteger(2);13.switch(i){14.case3:System.out.println(”three”);break;15.default:System.out.println(”other”);break;16.}17.}Whatistheresult?()
A.three
B.other
C.Anexceptionisthrownatruntime.
D.Compilationfailsbecauseofanerroronline12.
E.Compilationfailsbecauseofanerroronline13.
F.Compilationfailsbecauseofanerroronline15.
第2题:
以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two
A.two.three.
B.two
C.three
D.value is 2
第3题:
执行下列Java语句:int x = 1; switch (x+1 ) { case 1: System.out.print("One" ); case 2: System.out.print("Two" ); case 3: System.out.print("Three" ); default: System.out.print("Error" ); } 显示器上将显示()。
A.One
B.Two
C.TwoThree
D.TwoThreeError
第4题:
Despite the wonderful acting and well-developed plot the _________ movie could not hold our attention.
A) three-hours B) three-hour
C) three-hours’ D) three-hour’s
选B
用破折号连接的作形容词不用复数.
第5题:
A.ttyrs232AsynchronousTerminalthensa1Available01-S2StandardI/OSerialPort
B.ttyrs422AsynchronousTerminalthensa1Available01-S2StandardI/OSerialPort
C.ttyrs232AsynchronousTerminalthensa0Available01-S1StandardI/OSerialPort
D.ttyrs422AsynchronousTerminalthensa0Available01-S1StandardI/OSerialPort
第6题:
数据库对象是数据库的组成部分,常用的数据库对象有表(Table)、索引(Index)、视图(View)、图表(Diagram)、用户(User)、()等。
A.默认值(Default)
B.规则(Rule)
C.触发器(Trigger)
D.存储过程(Stored Procedure)