Answer Posted / nashiinformaticssolutions
Python uses an automatic garbage collection mechanism, employing reference counting and cyclic garbage collection for memory management.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is zip() function in python?
How to prevent blocking in content() method of socket?
How to convert a string to lowercase in Python?
What is sorted in python?
What is raw input function in python?
Do you know how python is interpreted?
What does __name__=='__main__' in python mean?
Which is the default function in a class?
What is the use of ‘self’ keyword in python?
What is pip command in python?
What is the use of the break statement?
What does the ord() function do in python?
What is whitespace in python?
What are the differences between c and python?
How can you copy an object in Python?