Garbage Collection Quiz
Here’s a quick quiz about GC: Q) At what point is x eligible to be cleaned up by the GC? <FIELDSET><LEGEND>Garbage Collection</LEGEND> public void foo() { Class1 x = new Class1(); Class2 y = new Class2(); y.Width = x.GetWidth(); y.Height = y.Width; y.Color = "Red&quo