Comment Re:Language shouldn't matter! (Score 1) 812
I took it last year in C++ and this year in Java again (the higher level test). Considering I never really took the effort to learn Java, I'd say the test is pretty language independent. The syntax for the two are nearly identical and the only place where it matters is in the Java standard classes, which have their syntax included in the test. So anyone who knows what a for loop is should do just fine if they have the time to flip through the reference handout they give you. Most of the material in the AB test was on data structure and method effiency, rather than implementation.