Can we find Address and Size of Object in java, if Yes than How we will find or No than why ??
Yes,We can find address of Object in java using reference vareable which hold the address(reference) of object. A obj=new A(); S.O.P(obj);//it retruns address of object obj. also we can find the size of object using collection concept..