答案
1.A 2B 3D 4C 5A 6B 7C 8A 9C 10D
11.readerLine() 12.BufferedInputStream() 13.java.util.zip 14.RandomAccessFile 15.Serializable 16.Pattern
17.代碼如下:
Import java.io.*;
Class SetReadOnlyText
{
Public static void main(String [] args)
{
If(args.length !=1)
{
System.err.println(“usage:java Main
System.exit(-1);
}
If((new File(args[0])).setReadOnly())
{
System.out.println(“set File to ReadONly mode”);
}
Else
{
System.out.println(“Cannot set to read-only mode”);
}
}
}
18.代碼如下:
Import java.io.*;
Public class WriteChar
{
Public static void main(String args[])
{
Int I;
Byte[] b=new byte[10];
Try
{
DataOutputStream out=new DataOutputString(new FileOutputStream(“employee.dat”));
For(i=0;i<10;i++)
{
B[i]=(byte)(48+i);
}
Out.write(b);
Out.close();
}
Catch(Exception e)
{
}
}
}
19.代碼如下:
Import java.io.*;
Public class ReadWriteChar
{
Public static void main(String args[])
{
String s=new String();
Try
{
BufferedReader in =new BufferedReader(new FileReader(“source.txt”));
PrintWriter out=new Print Writer(new FileWriter(“destination.txt”));
Out.println(“The following is from source”);
While((s=in.readLine())!=null)
{
System.out.println(s);
Out.println(s)
}
In.close();
Out.close();
}
Catch(Exception e)
{}
}
}
相關(guān)推薦:北京 | 天津 | 上海 | 江蘇 | 山東 |
安徽 | 浙江 | 江西 | 福建 | 深圳 |
廣東 | 河北 | 湖南 | 廣西 | 河南 |
海南 | 湖北 | 四川 | 重慶 | 云南 |
貴州 | 西藏 | 新疆 | 陜西 | 山西 |
寧夏 | 甘肅 | 青海 | 遼寧 | 吉林 |
黑龍江 | 內(nèi)蒙古 |