单项选择题
1.classTest{2.privateDemod;3.voidstart(){4.d=newDemo();5.this.takeDemo(d);6.}7.8.voidtakeDemo(Demodemo){9.demo=null;10.demo=newDemo();11.}12.}WhenistheDemoobject,createdonline3,eligibleforgarbagecollection?()
A.Afterline5.
B.Afterline9.
C.Afterthestart()methodcompletes.
D.WhenthetakeDemo()methodcompletes.
E.Whentheinstancerunningthiscodeismadeeligibleforgarbagecollection.
A.classTest{2.privateDemod;3.voidstart(){4.d=newDemo();5.this.takeDemo(d);6.}7.8.voidtakeDemo(Demodemo){9.demo=null;10.demo=newDemo();11.}12.}WhenistheDemoobject,createdonline3,eligibleforgarbagecollection?()
A.Afterline5.
B.Afterline9.
C.Afterthestart()methodcompletes.
D.WhenthetakeDemo()methodcompletes.
E.Whentheinstancerunningthiscodeismadeeligibleforgarbagecollection.