<t>QuoteOriginally posted by: CuchulainnIn that case, I do _not_ agree. Java is OO and has no procedures. You _cannot_ program in a non-OO way in Java, with the exception of generics in 1.5!Of course you can, I've seen awful non-OO Java code, A "class" full of statics and huge methods - its just (ba...