Question-211: When garbage collection removes the objects or reclaim memory. From where the memory would be reclaimed?

  1. Stack
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

Ans: B

Exp:  Whenever you work with the Java then memory management becomes very critical.  In the Java there are various areas in which memory is divided like stack memory, memory where the code would be saved, heap memory etc. 

You can access to full explanation to question and answer from this page.