| Author |
How to export 2D Array to a FIle
|
Dhan Priyan
Greenhorn
Joined: May 10, 2009
Posts: 12
|
|
I need to write to the any file type ( .txt, .csv) the results obtained @ the marked place with UPPER CASE.
I am dealing with 2D array here.
could any one help me.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
What have you tried? You know how to read a file, is writing to a file that much harder?
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
jittu goud
Ranch Hand
Joined: Mar 30, 2007
Posts: 46
|
|
use FileOutputStream to write your data to file
http://java.sun.com/j2se/1.4.2/docs/api/java/io/FileOutputStream.html
|
 |
 |
|
|
subject: How to export 2D Array to a FIle
|
|
|