advise on my approach for this program.

Hello,

In my spare time I plan to write a program which acts as a testing simulator for SCJP exams. I have a question regarding storing questions (the text that make up the questions). I want to make this app so that you can add new questions as new releases of Java are released or if you simply wanted to add extra questions for 1.4. What would be the best way to approach this in terms of storing the questions and making it easy to update?

Would I read them from a file on startup?

I have never really dealt with data that hasn't either been volatile or on a DB.

Can anyone give me a pointer on this?

Cheers

Mike

P.S. I also want to include explanations to answers which I would need to store someplace too

[762 byte] By [kikemellya] at [2007-11-26 13:02:23]
# 1
Put them in an XML file.
Norweeda at 2007-7-7 17:05:25 > top of Java-index,Java Essentials,Java Programming...
# 2
Thanks for that. I will take a look at it. Mike
kikemellya at 2007-7-7 17:05:25 > top of Java-index,Java Essentials,Java Programming...