Have one to sell? Sell yours here
 
 
Inside the Java 2 Virtual Machine
 
See larger image
 

Inside the Java 2 Virtual Machine (Paperback)

by Bill Venners (Author)
5.0 out of 5 stars  See all reviews (7 customer reviews)

Available from these sellers.


2 used from £17.50

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Virtual machine opens new browser window
www.XenServer5.com/faster+better  -  XenServer Provides The Best Value. Enterprise-Class. Easy Setup. Free! 
   Vizioncore Inc. opens new browser window
www.vizioncore.com  -  Simple, Reliable and Affordable DR for Virtual Environments 
   Virtual Server opens new browser window
www.CWCS.co.uk/Virtual-Servers  -  Award Winning Dedicated Hosting. Reliable Virtual Servers From £25. 
  
 

Customers Who Bought This Item Also Bought

Effective Java: Second Edition

Effective Java: Second Edition

by Joshua Bloch
4.8 out of 5 stars (6)  £17.99
Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin)

Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin)

by Robert C. Martin
4.4 out of 5 stars (10)  £13.99
Java Generics and Collections

Java Generics and Collections

by M Naftalin
5.0 out of 5 stars (3)  £15.43
The Art of Computer Programming: v. 1-3: Bd. 1: Fundamental Algorithms / Bd. 2: Seminumerical Algorithms / Bd. 3: Sorting and Searching: Vol 1-3 (Series in Computer Science & Information Processing)

The Art of Computer Programming: v. 1-3: Bd. 1: Fundamental Algorithms / Bd. 2: Seminumerical Algorithms / Bd. 3: Sorting and Searching: Vol 1-3 (Series in Computer Science & Information Processing)

by Donald E. Knuth
4.4 out of 5 stars (11)  £60.79
The Java Virtual Machine Specification (Java Series)

The Java Virtual Machine Specification (Java Series)

by Tim Lindholm
4.0 out of 5 stars (1)  £37.99
Explore similar items

Product details

  • Paperback: 624 pages
  • Publisher: Osborne/McGraw-Hill; 2nd Revised edition edition (1 Jan 2000)
  • Language English
  • ISBN-10: 0071350934
  • ISBN-13: 978-0071350938
  • Product Dimensions: 23.3 x 18.7 x 4.8 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon.co.uk Sales Rank: 757,084 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Amazon.co.uk Review

For the advanced Java developer, Inside the Java 2 Virtual Machine offers a detailed guide to the inner workings of today's Java Virtual Machines (JVMs), plus a complete reference to all bytecodes (the "machine code" for the language). For those who want to understand how Java really works, this book definitely delivers the goods, with excellent technical detail and demos of JVMs in action on the included CD-ROM.

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, as there are no general CPU registers available, a very different architecture than most CPUs.) Each chapter includes applets that show off Java in action (for example, adding two numbers or showing off 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, Amazon.com

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 organisation 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 synchronisation, Java opcode and quickcode reference and JVM simulation demos.



Product Description

A manual on the Java 1.2 virtual machine. This new edition contains a new chapter providing a tutorial on using native methods with the JNI (Java Native Interface) specification. The CD-ROM contains source code examples from the book, interactive illustrations, Java Development Kit, and a resources Web site.

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)
 
(2)

Your tags: Add your first tag
 


 

Customer Reviews

7 Reviews
5 star:
 (7)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (7 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
1 of 1 people found the following review helpful:
5.0 out of 5 stars A riveting read!, 26 April 2000
This is an essential text for anyone contemplating developing a virtual machine or writing debugging / interpreter tools and an excellent guide for java programmers intent on making their code fly. The book is full of examples to demonstrate the concepts concerning VM architecture and comes with an opcode reference section of great depth. Most of the content is simple to understand although I found a minimal knowledge of assembly / hardware helpful, especially comparing a traditional register-based hardware setup to the stack-based JVM. After reading this book there should be no excuses left for ditching javac and hand coding your bytecodes!
Comment Comment (1) | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
5.0 out of 5 stars One Best Book on JVM, 15 Feb 1999
By A Customer
This book gives a great detailed description on the JVM. Mr Venners provided a very easy to read book on the supposed difficult topic without sacrificing any technically accuracy. Just wishes every technical books could be written like this one! This book would be perfect if the author gave a case study on an existing Java VM.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars A great book, 27 May 1999
By A Customer
If anybody can find a better book about java virtual machine, I wish you can let me know.

The only thing I am not satistified is lacking of real instances of implemantation of JVM in this book -- I know I am asking too much.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars The real Java Tool-Box
This is really great for a person like me who works on Java and now Jini to have the gifted authors guide - The JVM, and i expect him to release soon his current book on Jini so... Read more
Published on 8 April 1999

5.0 out of 5 stars One Best Book on JVM
This book gives a great detailed description on the JVM. Mr Venners provided a very easy to read book on the supposed difficult topic without sacrificing any technically... Read more
Published on 16 Feb 1999

5.0 out of 5 stars One Best Book on JVM
This book gives a great detailed description on the JVM. Mr Venners provided a very easy to read book on the supposed difficult topic without sacrificing any technically... Read more
Published on 15 Feb 1999

5.0 out of 5 stars A great book.
This is the best Java book I have read so far. Bill is a great software engineer and writer. If you want to know about the inside of JVM, this is a must have.
Published on 10 Oct 1998

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.