Please, I'd like to hear what /prog/ thinks is silly about Java.
Name:
Anonymous2009-06-28 21:17
I hate making new objects, like if I had a class called Account, to make an object I would say:
Account a = new Account();
What the fuck is the point of typing Account twice?