Reader - How to read file in Linux
807600Nov 23 2007 — edited Dec 3 2007Hello All,
I am new to java. I am using some program and there is method called
load-file(Reader reader) in my program.
I want to read file from my Desktop how can I read using the following method???
public void load-file (Reader reader) throws IOException {
}
Thank you all.
Suresh