How i can calculate the size of any class in Java? -


class abc {  } 

suppose class , want know size of class. how can calculate size of class created in java. if create object of particular class.

if want know memory size of files you've created, can go project's folder directory. there, in "src" folder, can right-click .java file , see size. in "bin" folder, there binary .class files. feel free compare them.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -