Java Quiz 13 : Classes & Methods IV

    Welcome to your Java Quiz 13 : Classes & Methods IV

    1. Which of the following has the highest memory requirement?
    2. Where is a new object allocated memory?
    3. Which of the following is a garbage collection technique?
    4. What is -Xms and -Xmx while starting jvm?
    5. Which exception is thrown when java is out of memory?
    6. How to get prints of shared object memory maps or heap memory maps for a given process?
    7. What happens to the thread when garbage collection kicks off?
    8. Which of the below is not a Java Profiler?
    9. Which of the below is not a memory leak solution?
    10. Garbage Collection can be controlled by a program?
    11. What is the process of defining two or more methods within same class that have same name but different parameters declaration?
    12. Which of these can be overloaded?
    13. What is the process of defining a method in terms of itself, that is a method that calls itself?
    14. What is the process by which we can control what parts of a program can access the members of a class?
    15. Which of the following statements are incorrect?