garbage-collector

Static properties and memory release

I am having some doubts regarding releasing the features for cases where my modifiers are static. My Project is unit test a ... ase after execution? Should I keep track of all objects loaded in memory at runtime and their respective releases? Have how?

What Is Garbage Collector and how does it work?

What is Garbage Collector , How does it work? When should we care about him?

How is Garbage Collection implemented in Go?

In Golang I saw that this language is compiled (and it is, the website itself says which architectures the compilers generat ... lementation. Every program written and compiled in Go runs independently, but next to it there is another runtime for memory.

Does the garbage collector really exist? Why then is there a memory leak in runtimes that use it?

I've heard of memory leakage in Oracle.DataAccess.dll and in large applications developed for runtimes with garbage collector. If the garbage collector exists in these runtimes , Why is there a memory leak?

What is Borrow Checker?

I was reading a bit about Rust and came across this term, I would like to know: what is Borrow Checker? is there any relation to reference counting ? What would be the translation for this term in Portuguese?