Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Um, it's online (Score 2, Insightful) 1270

The garbage collector runs in a low priority thread. If you just run some code that is doing nothing but calling System.gc(), then of course it will be called. However, if your code is actually trying to do something else, it really is just a "hint" as the other poster stated.

Slashdot Top Deals

"It might help if we ran the MBA's out of Washington." -- Admiral Grace Hopper

Working...