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#.

link|improve this question

58% accept rate
feedback

3 Answers

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.

link|improve this answer
it is a 10 years old book... – dfa Aug 15 '09 at 17:12
that doesn't make it irrelevant, it's the same jvm practically – Dylan McClung Aug 15 '09 at 17:13
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

link|improve this answer
feedback

JVM Specification: it's here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.