Name: 2009-02-25 22:27
is this the correct use of bufferedReader if I'm only using it once?
String s = BufferedReader(new InputStreamReader(System.in)).newLine();
String s = BufferedReader(new InputStreamReader(System.in)).newLine();