Author
Reading a file
Rahul Noel
Ranch Hand
Joined: Jul 18, 2008
Posts: 51
posted Nov 10, 2008 22:38:00
0
Hi, I have a two files fileA and fileB both have id,name,amout. I have to read this files and check for the name if name is equal than we have to see about amout using threads.
Thanks in Advance.
Taariq San
Ranch Hand
Joined: Nov 20, 2007
Posts: 189
posted Nov 11, 2008 00:59:00
0
Sounds nice, let us know how you progress.
Martijn Verburg
author
Bartender
Joined: Jun 24, 2003
Posts: 3268
posted Nov 11, 2008 04:10:00
0
Hi Rahul, What is the actual question here?
Cheers, Martijn - Blog ,
Twitter , PCGen , Ikasan , My The Well-Grounded Java Developer book! ,
My start-up .
Stephen Foy
Ranch Hand
Joined: Oct 17, 2005
Posts: 143
posted Nov 11, 2008 10:17:00
0
You have 2 files which are File A and File B, each of these files contains the data {ID, Name, Amount}. You have to read the files and check the name and if the name is equal to what? Then you have to what?
Stephen Foy - Microsoft Application Development Consultant
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19214
posted Nov 13, 2008 01:31:00
0
This new thread is for the same problem with more info in the starting post, so let's continue there.
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
I agree. Here's the link: jrebel
subject: Reading a file