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
Post a Comment