Possible Duplicates:
Programatically calculate memory occupied by a Java Object including objects it references
In Java, what is the best way to determine the size of an object?
Hi
There is no sizeof operator in java .. But how can i know the size of an object in java? Thanks