Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
java library project
4.0
try{ FileReader fr=new FileReader("library.txt"); BufferedReader br = new BufferedReader(fr); String str; while((str=br.readLine())! = null) { System.out.println(str+"\n"); } br.close(); } catch (IOException e) { System.out.println("Can't Read Th
fkocabay
2016-08-23
2k+
4
sdfsdaf saf sdf
no vote
try{ FileReader fr=new FileReader("library.txt"); BufferedReader br = new BufferedReader(fr); String str; while((str=br.readLine())! = null) { System.out.println(str+"\n"); } br.close(); } catch (IOException e) { System.out.println("Can't Read This File!");
fkocabay
2016-08-23
0
1
No more~