Computer Science, asked by umasankar0417, 9 months ago

How many objects will be eligible for GC
just after the method returns?
public void compute(Object p)
{
Object a = new Object();
int x = 100;
String str = "abc";
}*​

Answers

Answered by sowmyakrupakar5
0



I didn’t get the point
Similar questions