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 |
How to reverse a string in python
Name different types of inheritance in python?
When would you use a list vs. A tuple vs. A set in python?
What are the reserved words in python?
What is set type in python?
Can we override a constructor?
Draw a comparison between the range and xrange in python?
What are the different types of operators in python?
Python or r: which one would you prefer for text analytics?
What is abs in python?
what is the statement that can be used in python if the program requires no action but requires a statement syntactically?
Difference between __str__ and __repr__?