Name: Anonymous 2010-04-24 15:49
I have an application written in Java which runs pretty slow. I was wondering if I remove all the spaces and line breaks (not to mention empty lines) will my app run faster?
.class files — and hence longer names will produce larger class files — any performance gain would be minimal. At most you'll save a few bytes of memory in the class file's constant pool.
? instead of PRINT etc?