Study for the Java programmer certification exam

Posted on July 8, 2008
Filed Under Java |

How long do you need to study for the Java programmer certification exam?

*programmer* one is just a lot of picky stuff like knowing the differnece between (++i) and (i++). it is knowing the language inside and out.
if you already have a lot of java experience, it will be like the other poster said 2 weeks. don’t think you know everything, i learned a lot!
also it does cover javadoc.

also do the developer cert. that one you have to do a programming assignment. that one can be done in up to a month if you have a job, 1 week if you don’t have a job.

like i found out that “_” is a valid variable name in java, so i can write

int[] $[] = getMoneyArray();
for (int _=0; i<$[0].length, _++) {
System.out.println( $[0][_]– );
}

if you understand my above code, you too can be a certified programmer!


Tags:

If you enjoyed this post, make sure you subscribe to my RSS feed!

Comments

Leave a Reply