Champ, one curiosity, when did you pass the exam? Did you have access to your detailed score? I suspect that, if you don't follow Sun's code conventions, then you can lose points in the "General Considerations" criteria. I'm not sure, though.
Roberto Perillo wrote:Did you have access to your detailed score?
As I said no access to detailed scores for passes. I guess it is another measurement against fraught. On the other hand it makes the whole SCJD a guesswork. If you are concerned: Code the way you like it best (after all you have to read your own code most of the time) and at the end run the code through a carefully set up Eclipse cleanup/format at the end.
Martin Krischik wrote:Code the way you like it best (after all you have to read your own code most of the time) and at the end run the code through a carefully set up Eclipse cleanup/format at the end.
Agreed. One good tip is to prepare Eclipse's formatter to follow Sun's code conventions (as described here).