Select Page

Pitstop Reading: Java Puzzlers

When not reading about the latest video games (and the qa’ing of these video games ofcourse), I’ve recently been perusing Java Puzzlers. Right now, I’m just re-reading the sampler. It’s loaded with some great mind teasers and simple java...

Appetizer before the main course

The Eclipse Memory Analyzer Tool helped us find 2 memory leaks. The first one, which we thought was the main course, turned out only to be the appetizer. The meat and potatoes (sincere apologies to the vegetarians but I’m trying to make a point) were only found...

Long time no see

Ah, so I’m currently debugging what we think is a memory leak in our java application.  In java, performance issues and memory leaks primarily surface through bad coding habits.  Yes, the garbage collector helps us, but if your trash strinks, then your jvm heap...