Browsing Tag
Garbage Collector
2 posts
Understanding the Garbage Collection Logs in Android Applications
Memory utilisation on the mobile app has a significant impact on the customer experience. If your app creates…
Frequently Asked Questions on Java Memory, JVM and Garbage Collection
Currently there are are 4 GC algorithms available in the Java Hotspot VM. They are The Serial GC, The Parallel GC, CMS and The G1.