I am C# programmer, fairly comfortable with Java syntax and some features. I want to know if a book like CLR via C# exits for Java, something which will give me an in-depth knowledge of the JVM, but still remain high level like CLR via C#.
|
feedback
|
|
There are definitely some good books on the JVM that use code to illustrate what's happening. Check out Programming for the Java(TM) Virtual Machine and for a reference, every Java developer should have the Sun JVM reference book just in case you find yourself wondering what is going on in the JVM when looking at code. | |||||
|
feedback
|
|
You can start with the official specifications: both are invaluable as reference NB There is a third edition of Java Virtual Machine Specification, somewhere in the net | ||||
|
feedback
|