O Wright

Greenhorn
+ Follow
since Apr 23, 2007
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 O Wright

I know this is a late reply but I saw this looking for an answer as well.....



You can change

Set<Map.Entry<?, ?>> set = map.entrySet();

to

Set< ? extends Map.Entry<?,?>> set = map.entrySet();

and it will compile.

I'm not too impressed with java's generics because it seems that this can be assumed that the generic type can include the generic type's subtypes.
13 years ago
Well part of it is that the cert chart that I saw showed the SCJA to be required so that is what I started with.

But I'm kinda glad I did cause it wets my whistle (so to speak) on how the test environment is and it kinda builds a bit of confidence getting a good score to start my Java cert career even though a child could probably get the score I got on the SCJA.

I'm in resume building mode right now and have a 3-4 years of Java Dev under my belt, it be nice to build up certs (no matter how mundane the test) behind it to show that I'm not full of it.
16 years ago
Don't see too many people taking the SCJA. Didn't see that it wasn't required till after the passing score.

Passed SCJA with 94%

2 weeks to take the SCJP, wish me luck
16 years ago