How to find the size of Object in Java?
By using sizeof operator
By calling malloc method
By calling getObjectSize method of Object
None