Search:

Type: Posts; User: noFear

Search: Search took 0.11 seconds.

  1. Re: How can i print rows 1 by 1 using System.out.println?

    I think that there isn`t a solution to my problem. Thanks anyway. I should find a different approach.
  2. How can i print rows 1 by 1 using System.out.println?

    What i mean is I have the method

    public static void dumpData(PrintStream ps, Data data)
    which prints the results in seperate lines. I need to call this method dumpData(System.out, data) but each...
Results 1 to 2 of 2