You are here : Home / Core Java Tutorials / Series of JVM and Garbage Collection (GC) in java - Best explanations ever
Contents of page >
- 1) ParNew collector >
- 2) Enable ParNew collector using VM parameter in java >
1) ParNew collector in java >
- ParNew collector is the young generation collector.
- ParNew collector is the parallel copy collector,
- ParNew collector uses multiple threads in parallel.
2) Enable ParNew collector using VM parameter in java >
- JVM (Vm) parameter for enabling ParNew collector is >
-XX:+UseParNewGC.
Summary -
So in this core java tutorial we learned what is ParNew collector.
Having any doubt? or you liked the tutorial! Please comment in below section.
Please express your love by liking JavaMadeSoEasy.com (JMSE) on facebook, following on google+ or Twitter.
RELATED LINKS>