Joined June 2013
·
Posted to
Don't mix comparison (==) with assignment (=)
over 1 year
ago
It doesn't concern Java. Anyway it's good to place a constant on the left to avoid NPEs.
Posted to
Easy Profiling Java from command line
over 1 year
ago
Great!
Achievements
7 Karma
0 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
It's worth to say that OOM is being thrown by GC. So the call System.gc() doesn't make sence.