Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the below is not a Java Profiler?

a) JVM
b) JConsole
c) JProfiler
d) Eclipse Profiler

Answer: a
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.

Join The Discussion