yes, you can get the address from the hasCode of the Object class.
Paul
May 20th, 2006
I don't know whether you can get the address of the object or not.. but ...hashCode will not give you the address.
soumya
Jul 19th, 2006
i dont think there is provision for finding address space but yes you can find the total memery and free memory by usiing commands freeMemeory() and totalMemory
Is there any provision in java to find the address of a particular memory location?(like & in 'C' language)