File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Bunkhouse Porch and the fly likes Books on jvm Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Books and Education » Bunkhouse Porch
Reply Bookmark "Books on jvm " Watch "Books on jvm " New topic
Author

Books on jvm

Sven Thor
Ranch Hand

Joined: Jan 31, 2004
Posts: 34
I would like to learn in more detail how the virtual machine actually works. Anybody read or know of a good book on this topic which they would like to suggest ?

From what I can find on Amazon most books on this topic are quite old. For instance I found this comparison of three books on the topic but it is from 1998 so I don't know how relevant they are today:

http://www.javaworld.com/javaworld/jw-03-1998/jw-03-bookreview.html

Any suggestions ?

Br,
Sven T.
Kalle Anka
Ranch Hand

Joined: Jul 06, 2005
Posts: 69
What a coincident! I was actually also looking for a book on JVM. So I searched Amazon and a national site called bokpris.com (if u happen to also be swede, this site compares prices of all national and international bookshops).

But just like you, I couldnt find any that was new. But also I found out that many books where on how you program your own JVM which Im not interested in doing. I want to learn how they work in a more detailed way.

So if any cowboys or cowgirls (...hello) here in Javaranch does have any feedback pls give it to another hungry cowboy!
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 23395

Things really haven't changed much, that's why all the available books are old. No books ever covered the kind of implementation details of Sun's JVMs that have changed because they're invisible to the Java programmer. "The Java Virtual Machine Specification" is about all you need in this regard.


[Jess in Action][AskingGoodQuestions]
 
IntelliJ Java IDE
 
subject: Books on jvm
 
Threads others viewed
JSP Coding Guidelines(Do's & Donts)
Need: good example of nested top-level class
JDBC Book
Dates (using them, not getting them)
if anybody can shoe me the path for SCJD
IntelliJ Java IDE