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
0
I didn’t get the point
Similar questions