Have you ever wondered what is inside a java class file?
Java source file is compiled into a binary class file. JVM specification states many rules on how a java binary class should be in order to provide binary compatibility.Have you ever wondered what is inside a java class file?
Thanks for your answers!
|