Win a copy of Raising Young Coders: A Parent’s Guide to Teaching Programming at Home this week in the General Computing forum!
Forums Login/signup

HeadFirst >>Chapter14:ArrayList Error

+Pie Number of slices to send: Send
Hi ,

I am copying the program from Chapter 14 from HeadFirstJava;QuizCardBuilder.java. But there is an error when I am writting program on ArryaList.

Here is a program :


Following lines where I found Error:
1) private ArrayList<QuizCard> cardList;
2) cardList = new ArrayList<QuizCard>;
3) QuizCard card = new QuizCard(question.getText(),answer.getText());
cardList.add(card);

Please help me to find out error. where I went wrong.

[edit - added code tags]
[ August 02, 2007: Message edited by: Fred Rosenberger ]
+Pie Number of slices to send: Send
I added code tags to your post to make it easier to read. Please use them yourself in the future when you post source code.

Now, what exactly is the error you are getting, and what version of Java are you using? I'm guessing it may be because you have 1.4, and this code uses features introduced in 1.5, but without those error messages, it's just a stab in the dark.
+Pie Number of slices to send: Send
Well I am using 5.0 version. I am using eclipse to complie the code .. I am unable to compile the code

Thanks
Divya
+Pie Number of slices to send: Send
Posting the error message might be helpful.
+Pie Number of slices to send: Send
Hi,



error is mentioned above do it like this:


if problem still persists please give me QuizCard class.
[ August 03, 2007: Message edited by: subodh gupta ]

reply
reply
This thread has been viewed 1453 times.
Similar Threads
Runtime Error in Program for Unknown Reasons
Problem reading JTextArea
Head First Java QuizCardBuilder not saving files correctly
New Quiz Card Builder/Player for Exam Study
QuizCard class not found. (Head First Java 2nd Ed)
More...

All times above are in ranch (not your local) time.
The current ranch time is
Jun 27, 2025 08:55:08.