How does python handle memory management?
Answers were Sorted based on User's Feedback
Answer / 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 |
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 |
What is Java implementation of Python popularly know?
How is garbage handled in python?
Explain global and local variables in python?
Does python have null?
Is python written in c?
What do you understand by the process of compilation and linking in python?
How do you remove duplicates from a list in python whilst preserving order?
How do you sort a list in python?
What are python methods?
What are the advantages of using python?
Differentiate between deep and shallow copy?
What is the difference between python and shell scripting?