Java and the Java Virtual Machine: Definition, Verification, Validation
Autor Robert F. Stärk, Joachim Schmid, Egon Börgeren Limba Engleză Hardback – 20 iun 2001
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 330.55 lei 43-57 zile | |
Springer Berlin, Heidelberg – 23 aug 2014 | 330.55 lei 43-57 zile | |
Hardback (1) | 336.54 lei 43-57 zile | |
Springer Berlin, Heidelberg – 20 iun 2001 | 336.54 lei 43-57 zile |
Preț: 336.54 lei
Preț vechi: 420.67 lei
-20% Nou
Puncte Express: 505
Preț estimativ în valută:
64.41€ • 66.90$ • 53.50£
64.41€ • 66.90$ • 53.50£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783540420880
ISBN-10: 3540420886
Pagini: 398
Ilustrații: X, 381 p. 13 illus. With online files/update.
Dimensiuni: 155 x 235 x 29 mm
Greutate: 0.72 kg
Ediția:2001
Editura: Springer Berlin, Heidelberg
Colecția Springer
Locul publicării:Berlin, Heidelberg, Germany
ISBN-10: 3540420886
Pagini: 398
Ilustrații: X, 381 p. 13 illus. With online files/update.
Dimensiuni: 155 x 235 x 29 mm
Greutate: 0.72 kg
Ediția:2001
Editura: Springer Berlin, Heidelberg
Colecția Springer
Locul publicării:Berlin, Heidelberg, Germany
Public țintă
ResearchCuprins
1. Introduction.- 1.1 The goals of the book.- 1.2 The contents of the book.- 1.3 Decomposing Java and the JVM.- 1.4 Sources and literature.- 2. Abstract State Machines.- 2.1 ASMs in a nutshell.- 2.2 Mathematical definition of ASMs.- 2.3 Notational conventions.- I. Java.- 3. The imperative core JavaI of Java.- 4. The procedural extension JavaC of JavaI.- 5. The object-oriented extension $${\text{Jav}}{{\text{a}}_\mathcal{O}}$$ of JavaC.- 6. The exception-handling extension Java? of $${\text{Jav}}{{\text{a}}_\mathcal{O}}$$.- 7. The concurrent extension JavaT of Java?.- 8. Java is type safe.- II. Compilation of Java: The Trustful JVM.- 9. The JVMI submachine.- 10. The procedural extension JVMC of JVMI.- 11. The object-oriented extension $${\text{JV}}{{\text{M}}_\mathcal{O}}$$ of JVMC.- 12. The exception-handling extension JVM? of $${\text{JV}}{{\text{M}}_\mathcal{O}}$$.- 13. Executing the JVMN.- 14. Correctness of the compiler.- III. Bytecode Verification: The Secure JVM.- 15. The defensive virtual machine.- 16. Bytecode type assignments.- 17. The diligent virtual machine.- 18. The dynamic virtual machine.- A. Executable Models.- A.1 Overview.- A.2 Java.- A.3 Compiler.- A.4 Java Virtual Machine.- B. Java.- B.1 Rules.- B.2 Arrays.- C. JVM.- C.1 Trustful execution.- C.2 Defensive execution.- C.3 Diligent execution.- C.4 Check functions.- C.5 Successor functions.- C.6 Constraints.- C.7 Arrays.- C.8 Abstract versus real instructions.- D. Compiler.- D.1 Compilation functions.- D.2 maxOpd.- D.3 Arrays.- References.- List of Figures.- List of Tables.
Recenzii
From the reviews:
"A professional Java programmer must know what his program exactly will do, if it is run on a Java Virtual Machine (JVM). To help these professionals, the book presents a mathematical framework using the notation of Abstract State Machines (ASMs). … it is addressed to professional software engineers and to advanced students who require a complete and exact definition of Java and of the behaviour of the JVM. With AsmGofer an interesting experimental system for program verification is available." (W. Brecht, Zentralblatt MATH, Vol. 978, 2002)
"A professional Java programmer must know what his program exactly will do, if it is run on a Java Virtual Machine (JVM). To help these professionals, the book presents a mathematical framework using the notation of Abstract State Machines (ASMs). … it is addressed to professional software engineers and to advanced students who require a complete and exact definition of Java and of the behaviour of the JVM. With AsmGofer an interesting experimental system for program verification is available." (W. Brecht, Zentralblatt MATH, Vol. 978, 2002)
Textul de pe ultima copertă
This book provides a high-level description, together with a mathematical and an experimental analysis, of Java and of the Java Virtual Machine (JVM), including a standard compiler of Java programs to JVM code and the security critical bytecode verifier component of the JVM. The description is structured into language layers and machine components. It comes with a natural executable refinement which can be used for testing code. The method developed for this purpose is based on Abstract State Machines (ASMs) and can be applied to other virtual machines and to other programming languages as well. The book is written for advanced students and for professionals and practitioners in research and development who need for their work a complete and transparent definition and an executable model of the language and of the virtual machine underlying its intended implementation.
Caracteristici
The first book to provide a rigorous mathematical analysis of Java Includes supplementary material: sn.pub/extras