Login
Remember
Register
CodersEditor Q&A
Online IDE
Questions
Unanswered
Tags
Users
Ask a Question
Programming Tutorials
Ask a Question
What are the different types of garbage collectors in Java?
+1
vote
asked
Jan 20, 2021
by
abitha
(
1.6k
points)
java
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 22, 2021
by
Annie
(
1.1k
points)
selected
Jan 22, 2021
by
abitha
Best answer
Java has four types of garbage collectors,
Serial Garbage Collector
Parallel Garbage Collector
CMS Garbage Collector
G1 Garbage Collector
Please
log in
or
register
to add a comment.
Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
239
questions
203
answers
2
comments
692
users
Related questions
What are the different types of inheritance in Java?
What are the different tags provided in JSTL?
What are the differences between Heap and Stack Memory in Java?
What are the major difference in Java platform and other platforms?
What are the different types of Data Structures
...