Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Garbage Collection #19

Open
yashsandansing opened this issue Jun 21, 2022 · 1 comment
Open

Java Garbage Collection #19

yashsandansing opened this issue Jun 21, 2022 · 1 comment

Comments

@yashsandansing
Copy link

Why is "Java Garbage Collection" included in the programming section instead of "Python Garbage Collection"?

@akshayamadhuri
Copy link

The term "Java Garbage Collection" is included in the programming section because it is a specific feature of the Java programming language. Java uses automatic memory management through garbage collection to automatically free up unused objects and memory.

In contrast, Python uses a reference counting mechanism for memory management, which does not have a specific term like "Python Garbage Collection".

It is worth noting that garbage collection is a common feature in many programming languages, and the specific implementation can vary between languages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants