What I think you get is how java really works under the hood. For this purpose, I think it will be useful for you to understand the bytecode, what to interpret java and what the bytecode instructions for jvm mean. Understanding that all the functions of the Java language are being transformed to a more raw level, you will leave with a much deeper understanding, which, frankly, few of you have met on this issue.
To this end, I am going to propose something that deviates a bit from the norm and tells you to look at this book, .NET 2.0 IL Assembler Expert . This book is in the intermediate language. NET, analogous to java-byte code. I suppose it is simply because there is no good book for Java code, and this book gave me insight to easily solve Java.
tau-neutrino
source share