Just passed 70-316 today with 881 points. This really was an exam with a lot of mistakes in it. Example: What is the most efficient way to instantiate your Contact class? A) Object contact = new Object(); B) Contact contact = new Contact; C) Contact contact = new Object; D) Object contact = new Contact; I choose B, but it is quite confusing when the syntax is misspelled. Actually I should choose A because of the syntax error, but I didn't....