A、public
B、protected
C、extends
D、private
14. 下列( )不能作为 switch 表达式的数据类型。
A、int
B、short
C、char
D、long
15. System.out.println("1"+2);打印出的结果是()
A、3
B、12
C、1+2
D、4
16. 下列表达式正确的是 ( )
A、 byte=128;
B、Boolean=null;
C、long l= -8L ;
D、double=0.9239d;
17. 下面哪一个是合法的数组声明和构造语句( )
A、int[] ages = [100];
B、int ages = new int[100];
C、int[] ages = new int[100];
D、int() ages = new int(100);
18. 以下哪个是通过下标向 String 对象获取对应位置字符的方法( )
A、get()
B、char()
C、getChar()
D、charAt()
19. Java 中,下列()语句不能通过编译( )
评论0
最新资源