Sciweavers


Book

Inside the Java Virtual Machine

15 years 14 days ago
Inside the Java Virtual Machine
"Inside the Java Virtual Machine explains Java's architecture and internals, and several Java APIs closely tied to the virtual machine, to Java programmers. Reading this book will help you gain a deeper understanding of Java technology, and in the process, help you become more effective at Java programming. "
Bill Venners
Added 16 Apr 2009
Updated 16 Apr 2009
Authors Bill Venners
Chapter 1 Introduction to Java's Architecture
Chapter 2 Platform Independence
Chapter 3 Security
Chapter 4 Network Mobility
Chapter 5 The Java Virtual Machine
Chapter 6 The Java Class File
Chapter 7 The Lifetime of a Type
Chapter 8 The Linking Model
Chapter 9 Garbage Collection
Chapter 10 Stack and Local Variable Operations
Chapter 11 Type Conversion
Chapter 12 Integer Arithmetic
Chapter 13 Logic
Chapter 14 Floating Point Arithmetic
Chapter 15 Objects and Arrays
Chapter 16 Control Flow
Chapter 17 Exceptions
Chapter 18 Finally Clauses
Chapter 19 Method Invocation and Return
Chapter 20 Thread Synchronization 
Comments (0)