单项选择题

在OutputStream类的常用方法中哪个是清空输出流的方法

A.flush( )
B.close( )
C.write(int b)
D.write(byte b[ ] )
<上一题 目录 下一题>
热门 试题

单项选择题
下列哪个是对main( )主方法的正确表示
A.public void static main(String args[ ]){ ... }
B.void public static main(String args[ ]){ ... }
C.static public void main(String args[ ]){ ... }
D.以上都不正确
单项选择题
下列关于Java语言的数据类型和表达式的说法不正确的是( )。
A. LEN("2003/04/15")
B. OCCURS("电脑","计算机俗称电脑")
C. AT("Fox","Visual FoxPro")
D. LIKE("a *”,"abcd")
相关试题
  • 下列是一个Java Applet程序,输出结果 (...
  • 循环链表的主要优点是( )。
  • 下面不属于软件设计原则的是( )。
  • 开发大型软件时,产生困难的根本原因是( )。
  • 下列叙述中正确的是( )。