Python Question:

Download Job Interview Questions and Answers PDF

How is memory managed in Python?

Python Interview Question
Python Interview Question

Answer:

Memory is managed through private heaps. Private heap is managed by python memory manager.

Download Python Interview Questions And Answers PDF

Previous QuestionNext Question
Why cannot lambda forms in Python contain statements?Which of the languages does Python resemble in its class syntax?