Sorry, let me rephrase my question
Java bufferedReader question, please help.?
I'm using bufferedReader in java, I want to say,
if next line is null, then print "helloworld" (but without the reader progress to the next line).
How can I do this? Thank u very much. Please provide me codes or syntax if u can.
Thanks.