headObjects

objects on heap

unlisted ⁨1⁩ ⁨file⁩ 2021-01-16 04:15:22 UTC

pastefile1

Raw
Integer a = new Integer(123);
Integer b = new Integer(321);
b=a;
what happens to object integer 321?