Search:

Type: Posts; User: help_desk

Search: Search took 0.21 seconds.

  1. [SOLVED] Re: going to the nextLine in Java BufferedReader

    Hi GregBrannon,

    I think I have to rephrase my question to get the right help.

    I want to do something with the first line in the text and only and only after that, can I start looping through...
  2. [SOLVED] Re: going to the nextLine in Java BufferedReader

    Hi GregBrannon,

    I got a text file with the first line labels of the column ..e.g
    age name
    20 john
    13 Mike
    24 Tom

    So, what I am trying to do is read this...
  3. [SOLVED] Re: going to the nextLine in Java BufferedReader

    readLine is to read the lines not skip to the next line.
  4. [SOLVED] Re: going to the nextLine in Java BufferedReader

    but, I dont see it having a method nextLine() or am I doing something wrong?
  5. [SOLVED] going to the nextLine in Java BufferedReader

    Hello guys,

    I have a text and I am reading each line in the text with the simple while loop:



    BufferedReader br = new BufferedReader(new FileReader(new File(a.txt)));
    string line = new...
Results 1 to 5 of 5