Java Class object size

What would be the object size of class without a member ( i.e. no method and no variable) is created?

Explanation : For sure, Object size will not zero as we print the object on console, hash code get printed, the object has existence in memory.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions