adplus-dvertising
frame-decoration

Question

How to get prints of shared object memory maps or heap memory maps for a given process?

a.

jmap

b.

memorymap

c.

memorypath

d.

jvmmap

Answer: (a).jmap

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How to get prints of shared object memory maps or heap memory maps for a given process?

Similar Questions

Discover Related MCQs

Q. What happens to the thread when garbage collection kicks off?

Q. Which of the below is not a Java Profiler?

Q. Which of the below is not a memory leak solution?

Q. Garbage Collection can be controlled by a program?

Q. What is the process of defining two or more methods within same class that have same name but different parameters declaration?

Q. Which of these can be overloaded?

Q. Which of these is correct about passing an argument by call-by-value process?

Q. Which of these is used to access a member of class before object of that class is created?

Q. Which of these is used as a default for a member of a class if no access specifier is used for it?

Q. Which of the following statements are incorrect?

Q. Which one of the following is not an access modifier?

Q. All the variables of class should be ideally declared as?

Q. Which of the following modifier means a particular variable cannot be accessed within the package?

Q. How can a protected modifier be accessed?

Q. What happens if constructor of class A is made private?

Q. All the variables of interface should be?

Q. What is true of final class?

Q. How many copies of static and class variables are created when 10 objects are created of a class?

Q. Can a class be declared with a protected modifier.

Q. Which is the modifier when there is none mentioned explicitly?