Search:

Type: Posts; User: dailywalker

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,384

    Re: BufferedWriter Problem

    thank you Mr.777, i search Serialization method.i write this code


    String fileName="D:\\okul\\out.txt";
    FileOutputStream fos=new FileOutputStream(fileName);
    ObjectOutputStream oos=new...
  2. Replies
    3
    Views
    2,384

    BufferedWriter Problem

    Hi,

    i want to make mini-school project and so i create 3 class(School,Student and Run) i want to write students name out.txt with using bufferedwriter but i can't do it.

    School Class Code;
    ...
Results 1 to 2 of 2