单项选择题

在Java中,下列不属于整数类型变量的是( )。

A.int
B.float
C.byte
D.short
<上一题 目录 下一题>
热门 试题

单项选择题
下列语句中所使用的布局管理器,当改变容器大小时,组件大小不会随着一起改变的是( )。
A.Frame frame1=new Frame ("FlowLayout"); frame1.setLayout ( new FlowLayout ());
B.Frame frame1=new Frame (" BorderLayout "); frame1.setLayout ( new BorderLayout ());
C.Frame frame1=new Frame ("example"); frame1.setLayout ( new BorderLayout ());
D.frame1.setLayout ( new GridLayout (2,3));
单项选择题
在通常情况下,下列( )类的对象可以作为BufferedReader类构造函数的参数。
A.InputStreamReader
B.PrintStream
C.OutputStreamReader
D.PrintWriter
相关试题
  • 下面程序段的输出结果是( )。 public ...
  • 下列关于表达式类型的说法中,不正确的是(...
  • 当浏览器重新返回Applet所在页面时,将调用...
  • 关于下面语句的说法正确的是( )。 Stri...
  • 下列叙述中,正确的是( )。