| |||||||||||||||
![]() Sell Back Your Copy for $4.47
Whether you buy it used on Amazon for $29.77 or somewhere else, you can sell it back through our Book Trade-In Program at the current price of $4.47.
Used Price$29.77
Trade-in Price$4.47
Price after
Trade-in$25.30 |
This title provides a remarkably detailed tour of the internals of the Java platform, with plenty of technical information on the way virtual machines do business under the hood, from the way language statements are turned into bytecodes to in-depth coverage of loading and invoking classes, security, and garbage collection. The author demonstrates superior knowledge of Sun's Java Virtual Machine specification and explains the principles of its design and implementation, including a full explanation of how actual bytecodes are run on a VM. (Surprisingly, variables in Java are always processed on the stack, since there are no general CPU registers available, a very different architecture than most CPUs.) Each chapter includes applets that showcase Java in action (for example, adding two numbers or demonstrating garbage collection).
The later part of this text covers over 200 Java bytecodes (mnemonic instructions for the JVM) by groups, and the book closes with a full listing of these opcodes (with over 150 pages of material). In all, Inside the Java 2 Virtual Machine serves as both a tutorial and reference to the architecture and inner operation of JVMs for any technically astute reader who wants to understand how Java really works. --Richard Dragan
Topics covered: Java Virtual Machine (JVM) class architecture, the Java class loader, tips for platform independence, Java security, verifying class files, code-signing, network mobility, Jini basics, the organization of Java .class files, Java object lifetimes, the linking model, garbage collection basics and algorithms, stack operations, type conversions, integer and floating-point arithmetic, objects and arrays, control flow, exceptions and finally clauses, method invocation, thread synchronization, Java opcode and quickcode reference, and JVM simulation demos.
Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
16 of 17 people found the following review helpful:
4.0 out of 5 stars
A little fluffy.,
By Gerard Guillemette (Los Angeles, CA USA) - See all my reviews
This review is from: Inside the Java 2 Virtual Machine (Paperback)
This book is somewhat less terse and succint than other books I've read. I don't have tons of time to read so appreciate short books that get to the point. This book was a little thicker than it needed to be. I like it but "Programming for the Java Virtual Machine" by Engel and O'Reilly's "Java Virtual Machine" are somewhat better books and thinner. PFTJVM has some nice diagrams while JVM has some better explainations on things like exceptions. It might be best to check out these three and pick according to taste.
23 of 26 people found the following review helpful:
3.0 out of 5 stars
Long on Words, Short on Details,
By A Customer
This review is from: Inside the Java 2 Virtual Machine (Paperback)
As the author himself states, the first four chapters of the book are merely a "broad overview of Java's architecture". The majority of this material should be familiar to Java programmers. I was so bored that I skipped ahead to chapter five. The next five chapters are a little better, but again much of the material is basic Java architecture including class loading, verification, and garbage collection.Finally, in chapter ten the author starts describing the bytecode instructions, but many details are glossed over, left out, or just plain wrong. For example, there's almost no description of how the bytecode verifier checks stack operations, and the description of the multianewarray bytecode when the number of dimensions in the bytecode does not match the number of dimensions of the type of the array is completely wrong. If the author had included a bytecode assembler, such as Jasmin, and had provided exercises, these weaknesses would have become readily apparent. If you're a Java programmer and just want a basic overview of what goes on behind the scenes to allow your Java program to load and run, this book may be adequate. But if you intend on writing a compiler or a JVM, or writing code in bytecode assembly, or just learning what really goes on behind the scenes, I'd recommend one of the other books on the JVM.
16 of 19 people found the following review helpful:
5.0 out of 5 stars
Excellent Book for a Java Programmer,Developer or Architect,
This review is from: Inside the Java Virtual Machine with CDROM (Java Masters) (Paperback)
This is the best book one can find if one has to understand thoroughly about the Java architecture and its internals.If one goes through this book,the development in Java would be much more efficient and productive and even provide you with solutions which you thought were not possible before through Java(If you have read those run of the mill books in the market on Java programming).Though the book is really indepth I would recommed that one should read atleast the first 9 chapters of this book,especially the chapter on "The lifetime of a Class" and this is some information you will not find anywhere.It also helps in debugging Java programs as it provides you with instruction sets.
Share your thoughts with other customers: Create your own review
|
|
Suggested Tags from Similar Products(What's this?)Be the first one to add a relevant tag (keyword that's strongly related to this product).
|
|
This product's forum
Active discussions in related forums
Search Customer Discussions
|
Related forums
|