Thursday, 5 September 2013

Is there any side effects for Runtime.getRuntime().gc()

Is there any side effects for Runtime.getRuntime().gc()

I like to know is there any side effect of using Runtime.getRuntime().gc()
in our programs explicitly ?
Or is it a good practice to use the same code for better performance ?

No comments:

Post a Comment