This week's giveaway is in the Testing forum. We're giving away four copies of TDD for a Shopping Website LiveProject and have Steven Solomon on-line! See this thread for details.
You cannot force garbage collection in Java. You can request that the garbage collector run, using the code in chi's example above, but this does not guarantee that the garbage collector will run.