单项选择题
下列哪个选项是short型数据的取值范围
A.-128~+127
B.-32 768~+32 767
C.-2 147483 648~+2 417 483 647
D.-3.402 823 47E 38~+3.402 823 47E 38
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下列哪个选项不是FilterInputStream的子类
A.CheckedInputStream
B.BufferedInputStream
C.PushbackInputStream
D.FileInputStream
点击查看答案&解析
单项选择题
下列哪个程序段可能导致错误
A.String s="hello";
String t= "good";
String k=s+ t;
B.String s="hello";
String t;
t=s[3]+"one";
C.String s="hello";
String standard=s. toUpperCase
D.String s="hello";
String t =s+ "good"
点击查看答案&解析
相关试题
顺序执行下列两个语句的输出结果是 【13...
对话框(Dialog)是 【15】 类的子类。
在线程中普通优先级的线程,其优先级默认值...
阻塞状态根据产生的原因可分为 【11】 ...
过滤字节输出流都是 【14】 抽象类的子类。