-
26.
0Hiçbiri değilim çugu. insan benide yazar
-
27.
0yok bacın
-
28.
0Rez lez editlicem
edit : bitmiyo len mq -
29.
0aynısını ben yaptım aq
-
30.
0Cok uzun aa
-
31.
-4,public class DelLstLine{
public static void main(String[] arg){
try{
RandomAccessFile raf = new RandomAccessFile("RandFile.txt", "rw");
long length = raf. length();
System.out. println("File Length="+raf. length());
//supposing that last line is of 8
raf. setLength(length - 8);
System.out. println("File Length="+raf. length());
raf. close();
}catch(Exception ex){
ex.printStackTrace();
}
}//end of psvm
}//class end-s