How can you retards like that shitfest of a language? I would rather live in a portable toilet for a week than look at the fucking syntax of this language. It doesn't even support multiple inheritance for fucks sake. You should all go die.
Name:
Anonymous2009-02-04 10:52
Java is full of dicks.
Example: java.util.Calendar class. How to set the hour on a objcet of the Calendar class? You would normally suspect the class has a method setHourOfDay but instead you have to use this retarded scheme:
Calendar c = new GregorianCalendar();
c.set(Calendar.HOUR_OF_DAY, 8);
WHAT THE FUCK!
I'd also like to murder the guy who came up with the Bean pattern. It's like he went "let's pretend Java has a proper reflection facility" and made a code generator in NetBeans to make up for it.