Today's C# Quiz
Quiz
Which statement is correct about Garbage Collector (GC)?
GC consists of 3 generations called Gen1, Gen2, Gen3
GC has only one common GC for all .NET programs
Each .NET process has one GC
GC uses reference counting mechanism