Do we need to call the explicit methods to destroy the memory allocated in python?



Do we need to call the explicit methods to destroy the memory allocated in python?..

Answer / Vivek Gosain

In Python, there is no need to explicitly free or deallocate memory. The garbage collector takes care of automatically managing and releasing memory as it becomes unreferenced during runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Explain split() methods of "re" module in python?

1 Answers  


Explain about exceptions in python?

1 Answers  


Should I learn python or scala?

1 Answers  


Can I make games with python?

1 Answers  


What are private methods in python?

1 Answers  


What is <yield> keyword in python?

1 Answers  


What is flask used for in python?

1 Answers  


is Python similar to ruby?

1 Answers  


Tell me what's the process to get the home directory using ‘~' in python?

1 Answers  


explain the filter() function?

1 Answers  


How do you create a database in python?

1 Answers  


How do you do data abstraction in python?

3 Answers  


Categories