How python manage memory?



How python manage memory?..

Answer / Divya Dixit

Python manages memory through automatic garbage collection. It keeps track of object references and deallocates memory when an object is no longer reachable or referenced.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is matplotlib for python?

1 Answers  


What is the use of sessions in Django?

2 Answers  


What is setup cfg?

1 Answers  


What is python api?

1 Answers  


Explain about lambda in python?

1 Answers  


What are data frames, exactly?

2 Answers  


How will you sort a list?

1 Answers  


1) How to validate ip address using regex 2)program to increment ip address in python Please find answers to above questions thanks in advance.

1 Answers  


What is the difference between `list` and `tuple` in Python?

2 Answers  


What is overriding in python?

1 Answers  


What are the key features of Python?

1 Answers  


How for loop will works in python?

1 Answers  


Categories