填空题

HlelnputStream是字节流,BufferedWriter是字符流,ObjectOutputStream是______。

【参考答案】

对象流或对象输出流
<上一题 目录 下一题>
热门 试题

填空题
请阅读下列程序代码,然后将程序的执行结果补充完整。 程序代码: Public class throwsException static voidProc(intsel) throws ArtthmeticExcepdon,AITaylndexOut of BoundsException System.out println( In SimatiOn +Sel); if(sel==0) System.out.println( noExceptioncallght ); return; elseif(sel==1) intiArray[]=newint[4]; i Array[1]=3; public static void main(Stringargs[]) tfy Proc(0); Proc(1); catch(ArraylndexOutOfBoundsExceptione) System.out.println( Catch +e); flnally Systern.out.println( inProcfinally ); 执行结果: In Situattion 0 no Exceptioncaught inProcfinally
填空题
break语句最常见的用法是在switch语句中,通过break语句退出switch语句,使程序从整个switch语句后面的______开始执行。
相关试题
  • 在Java中,线程是( )。
  • 有下列二叉树,对此二叉树后序遍历的结果为...
  • t为int类型,进入下面的循环之前,t的值为...
  • 下列代表十六进制整数的是( )。
  • 设R是一个2元关系,S是一个3元关系,则下...