M. Herder

Greenhorn
+ Follow
since Feb 24, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by M. Herder

Hi,
I passed my exam today with 81%
My preperation:
1) K&B - Book
This was the most important part of my preparation. IMHO there is all in the book you need to know for passing the exam, providing that you also work with the test question within the book and the MasterExam questions on CD.
Moreover I enjoyed reading the book very much. Thanks to Kathy and Bert!
2) Whizlabs
I got the Whizlabs mock exam one week before the exam. I was very frustrated then because these questions were much harder than K&B.
You learn some interessing things but again: I think for passing the exam K&B is a good choice.
And certainly: thanks to all the nice people here!!
Bye...
20 years ago
Congratulations Alexandre!
One question:
I also prepare with both the K&B book and Whizlabs. What do you think is more important for the exam (regarding the kind of questions)?
As far as I see the Whizlabs questions are harder than the K&B/Masterexam questions...
Thx!!
20 years ago
Hello,
this is a question in the MasterExam II attached with the K&B book.

Which two create an anonymous inner class from within class Bang?
The reference told me that these are the correct answers:
c) Bing b = new Bing(){"Foo";};
d) Bing b = new Bang(){};
I think d) is OK, but c) should be :
Bing b = new Bing("Foo"){};
Do you agree?
Thanks!
OK - I see the difference!
Thanks a lot!
Hi all,
I hava a question concerning SELF TEST question #2 in K&B chapter 3 (great book - worth every cent).

I don�t understand why the 'instanceof' line gives me a compiler error. Why it does not resolve the expression to 'false'?
Thanks a lot!
[ May 20, 2003: Message edited by: M. Herder ]