file handling
646409Oct 22 2008 — edited Oct 23 2008i have a text file which has data in the form
123 "abc,def,ghi"
456 "jkl,mno,pqr"
i would like to save the numbers and the names in different arrays which i need later on for some operation after the file reading is done
am getting no where as i am new to java plz help