Respuesta :
Using Reference Counting Garbage Collection, Given that reference y=x, so y=x isn't correct. Correct solution is choice C.
The required details for Reference Counting in given paragraph
The fundamental gain of the reference counting over tracing rubbish series is that items are reclaimed as quickly as they could not be referenced, and in an incremental fashion, with out lengthy pauses for series cycles and with without a doubt described lifetime of each object. In real-time packages or structures with restrained reminiscence, that is critical to hold responsiveness. Reference counting is likewise a few of the handiest varieties of reminiscence control to implement. It additionally permits for powerful control of non-reminiscence assets inclusive of working gadget items, which might be frequently a lot scarcer than reminiscence (tracing rubbish series structures use finalizers for this.
However the behind schedule reclamation can also additionally motive problems). Weighted reference counts are an awesome answer for rubbish gathering a dispensed gadget.
To know about Reference Counting click here
https://brainly.com/question/6260792
#SPJ4
Complete question
Using Reference Counting Garbage Collection. Identify which line, if any, will cause the reclamation of the object C. 1. Reference x=new Object(C): 2. Referencey-x; 3. Referencez-new Object(B): 4.2.x 5.y=x 1 2 3 4 5 O Object is not reclaimed yet. 9 3 points For the following objects in memory, run the T-Color Garbage Collector and determine which objects are garbage. Root objects are A, G. What Object References A B.C B С E D F E F G H A B С D S E F G H