InterviewSolution
Saved Bookmarks
| 1. |
Which of the below is not a memory leak solution?(a) Code changes(b) JVM parameter tuning(c) Process restart(d) GC parameter tuning |
|
Answer» Correct choice is (c) Process restart The explanation: Process restart is not a permanent fix to memory leak problem. The problem will resurge again. |
|