File structure .class
-
What information can be obtained from a computerized java file...class? What data are clearly stored there?
-
If I haven't forgotten anything, I understand the official documentation correctly. https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html be stored in clear form all rows, information on ancestor, methods, interfaces and fields. Maybe something.