The Java Virtual Machine Specification, 2nd Edition
by Tim Lindholm, Frank Yellin
Publisher: Prentice Hall PTR 1999
ISBN/ASIN: 0201432943
ISBN-13: 9780201432947
Number of pages: 496
Description:
This book represents the complete specification for the Java Virtual Machine, the nucleus of the Java language. It is an essential reference for Java Virtual Machine implementors and compiler writers. There is a complete coverage of the Java Virtual Machine class file format and instruction set, directions for compiling for the Java Virtual Machine with numerous examples, verification techniques, and more.
Download or read it online for free here:
Read online
(online html)
Similar books
Sun Certified Java Programmer Pre-Exam Essentialsby Dylan Walsh
This text is a basis for revising for the Sun Certified Programmer examinations, it does not to teach the Java language or the topics required for the exam. It collects all the essential information you need to retain, in one place.
(24247 views)
Java for Small Teamsby Henry Coles, et al. - GitBook
This book is an attempt to capture what good Java code looks like and the practices that help produce it. Tis document is intended for anyone, from developers writing Java for the first time through to seasoned technical leads serving multiple teams.
(8385 views)
Securing Java: Getting Down to Business with Mobile Codeby Gary McGraw, Edward W. Felten - Wiley
Securing Java is the book on mobile code and security, it includes many things the authors discovered while working on real-world systems with businesses and government agencies. The book should appeal to experts and beginners alike.
(19870 views)
Data Structures and Algorithm Analysis in Javaby Clifford A. Shaffer - Dover Publications
A comprehensive treatment focusing on the creation of efficient data structures and algorithms, explaining how to select the data structure best suited to specific problems. It uses Java programming language and is suitable for second-year courses.
(22712 views)