Posts Tagged ‘Java’

January 14th, 2011 by Jason Walton

I am really psyched about the new G1 Garbage Collector. That link is worth a read if you want to learn about it. This is a really a pretty revolutionary re-think of the way garbage is collected in the JVM, and should bring substantial improvements to applications with large heaps that need low pause times.

February 10th, 2008 by Jason Walton

This is a quick tutorial on how to make it easy to support multiple languages in your Java programs.

Read the rest of this entry »

January 2nd, 2008 by Jason Walton

I wrote this little Java game a while back. This was actually my first ever Java project. I’d quite forgotten about it, but I just came across it, and thought I would post it here for your enjoyment.