Which of the below is not a memory leak solution?
(a) Code changes
(b) JVM parameter tuning
(c) Process restart
(d) GC parameter tuning
The question was posed to me during an online exam.
This is a very interesting question from Heap and Garbage Collection in chapter Classes and Methods of Java