网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
什么情况下创建FileInputStream对象可能引发IOException?什么情况下创建FileOutputStream对象可能破坏文件?
参考答案
更多 “什么情况下创建FileInputStream对象可能引发IOException?什么情况下创建FileOutputStream对象可能破坏文件?” 相关考题
考题
当检索一个压缩文件时,首先要建立压缩文件输入流对象,该对象A.以选中的压缩文件为参数B.以FileInputStream对象为参数C.以InputStreamReader对象为参数D.以BufferedReader对象为参数
考题
从对象流中读取对象,请在下面横线处填写代码完成此程序。import java.util. *;import java. io. *;public class UnSerializeDate{date d = null;UnSerializeDate ( ){try{FileInputStream f1 = new FileInputStream("date.ser");d = (Date) s. readobject ();f1,close();}catch (Exceptin e){e. printStackTrace ();}}public static main(String args [] ){System.out.println("The date read is: "+ a.d.toString());}}
考题
在Visual FoxPro中,当创建一个对象的时候,将先引发( )。A.Init事件B.Destroy事件SXB
在Visual FoxPro中,当创建一个对象的时候,将先引发( )。A.Init事件B.Destroy事件C.Load事件D.Unload事件
考题
在J2ee中,以下各项中,()正确阐述了创建InputStreamReader的方式。 A、new InputStreamReader(new FileInputStream("data"));B、new InputStreamReader(new FileReader"data"));C、new InputStreamReader(new BufferedReader("data"));D、new FileInputStream("data")
考题
要从文件" file.dat"文件中读出第10个字节到变量C中,下列哪个方法适合? ()A、 FileInputStream in=new FileInputStream("file.dat"); in.skip(9); int c=in.read();B、 FileInputStream in=new FileInputStream("file.dat"); in.skip(10); int c=in.read();C、 FileInputStream in=new FileInputStream("file.dat"); int c=in.read();D、 RandomAccessFile in=new RandomAccessFile("file.dat"); in.skip(9); int c=in.readByte();
考题
要从文件"file.dat"中读出第10个字节到变量c中,下列哪个方法适合?()A、FileInputStream in=new FileInputStream("file.dat");in.skip(9);intc=in.read()B、FileInputStream in=new FileInputStream("file.dat");in.skip(10);intc=in.read()C、FileInputStream in=new FileInputStream("file.dat");intc=in.read()D、RandomAccessFile in=new RandomAccessFile("file.dat");in.skip(9);intc=in.readByte()
考题
Which two create an InputStream and open file the “file.txt” for reading? ()A、 InputStream in=new FileReader(“file.txt”);B、 InputStream in=new FileInputStream(“file.txt”);C、 InputStream in=new InputStreamFileReader (“file.txt”, “read”);D、 FileInputStream in=new FileReader(new File(“file.txt”));E、 FileInputStream in=new FileInputStream(new File(“file.txt”));
考题
单选题要从文件" file.dat"文件中读出第10个字节到变量C中,下列哪个方法适合? ()A
FileInputStream in=new FileInputStream(file.dat); in.skip(9); int c=in.read();B
FileInputStream in=new FileInputStream(file.dat); in.skip(10); int c=in.read();C
FileInputStream in=new FileInputStream(file.dat); int c=in.read();D
RandomAccessFile in=new RandomAccessFile(file.dat); in.skip(9); int c=in.readByte();
考题
单选题短信.管家提醒的创建和调用对象分别是谁?()A
创建对象为客户经理和分行,调用对象为客户经理B
创建对象为总行,调用对象为分行C
创建对象为客户经理和分行,调用对象为总行D
创建对象为总行,调用对象为客户
考题
单选题在J2EE中,以下各项中,()正确阐述了创建inputstreamreader的方式A
new InputStreamReader(new FileInputStream(“data”))B
new InputStreamReader (new FileReader(“data”))C
new InputStreamReader (new BufferedReader(“data”))D
new InputStreamReader ( “data”)
考题
单选题在J2ee中,以下各项中,()正确阐述了创建InputStreamReader的方式。A
new InputStreamReader(new FileInputStream(data));B
new InputStreamReader(new FileReaderdata));C
new InputStreamReader(new BufferedReader(data));D
new FileInputStream(data)
考题
问答题line,pline,spline, mline创建的线对象有什么不同?
热门标签
最新试卷