1.

Which of the below is not a Java Profiler?(a) JVM(b) JConsole(c) JProfiler(d) Eclipse ProfilerThis question was addressed to me during an interview.The above asked question is from Heap and Garbage Collection in division Classes and Methods of Java

Answer»

Right answer is (a) JVM

The best explanation: MEMORY leak is like holding a strong REFERENCE to an object although it would never be needed anymore. Objects that are reachable but not LIVE are considered memory leaks. VARIOUS tools help us to identify memory leaks.



Discussion

No Comment Found

Related InterviewSolutions