Search:

Type: Posts; User: Junky

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,823

    Re: FILE READER PROGRAM

    Where do you initialise the BufferedReaders?
  2. Replies
    8
    Views
    1,823

    Re: FILE READER PROGRAM

    while((bs1=b.readLine())!=null){
    while((bs2=b.readLine())!=null){

    The outer loop will read the first line in the file. The inner loop will then read all the other lines in the file. Now there...
Results 1 to 2 of 2