input and output to file

Hi all java programmers:I've few questions about java1. I have complex number class(a+bi, f+di), how can I send those numbers in file("file1.txt")2. how can I read those numbers again from (file1.txt)fileIf anyone can help me, i'd appreciate..
[280 byte] By [khan718] at [2007-9-27 20:14:28]
# 1
Check out the BufferedReader and the BufferedWriter class.
athomas42 at 2007-7-7 0:25:36 > top of Java-index,Archived Forums,Java Programming...
# 2

There is no "stock" class for this - it is being considered - but there are a number of 3rd party existing classes and approaches to writing one yourself. See this search list:

http://www.google.com/search?num=100&hl=en&lr=lang_en&ie=ISO-8859-1&q=java+%22complex+number%22

ChuckBing at 2007-7-7 0:25:36 > top of Java-index,Archived Forums,Java Programming...