Using System.out (and related) always seemed awkward because of the public field and now with the latest Netbeans gives a blatant \"Statement should be removed\
I wouldn't suggest writing directly to console. By using log4j (or similiar) framework you can then configure where you want the output to go without having to change your code.