Tagged Questions

3
votes
2answers
6k views

Reading an XML File using FileInputStream (for Java)?

here's the deal. For my project I have to serialize and deserialize a random tree using Java and XStream. My teacher made the Tree/RandomTree algorithms, so I don't have to worry about that. What I ...
1
vote
3answers
173 views

Parsing data from text file into multiple arrays in Java

Let me start by saying I am fairly new to Java so forgive me if I am making obvious mistakes... I have a text file that I must read data from and split the data into separate arrays. The text file ...