Ques 1
How does Go handle garbage collection?
Go uses a concurrent garbage collector that runs in the background, reclaiming memory that is no longer in use without stopping the execution of the program.
Save For Revision
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.
Is it helpful?
Add Comment
View Comments