Help on process(str) ?

Joined
Dec 14, 2007
Messages
1
Reaction score
0
I'm new with JAVA so could anyone help me with this:

try {
BufferedReader in = new BufferedReader(new FileReader("infilename"));
String str;
while ((str = in.readLine()) != null) {
process(str)
}
in.close();
} catch (IOException e) {
}

, Now, I don't know what is ment by process.

Could anyone point me in the right direction here.

Thanks in Advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,990
Messages
2,570,211
Members
46,796
Latest member
SteveBreed

Latest Threads

Top