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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -