Mastering the Java Virtual Machine. An in-depth guide to JVM internals and performance optimization - Helion
Tytuł oryginału: Mastering the Java Virtual Machine. An in-depth guide to JVM internals and performance optimization
ISBN: 9781803231846
stron: 234, Format: ebook
Data wydania: 2024-02-29
Księgarnia: Helion
Cena książki: 119,00 zł
Mastering the Java Virtual Machine is a comprehensive guide that will take you into the heart of the Java programming language, guiding you through the intricate workings of the Java Virtual Machine (JVM) and equipping you with essential skills to become a proficient Java developer.
You’ll start by understanding the JVM, exploring its architecture and how it executes Java code. Through detailed explanations and real-world examples, you’ll gain a deep understanding of JVM internals, enabling you to write efficient and optimized Java applications. As you progress, you’ll delve into memory management and execution, unraveling the complexities of heap and stack management, garbage collection, and memory profiling. You'll learn how memory is allocated and reclaimed in the JVM, as well as how to optimize memory usage and identify performance bottlenecks in your applications. With this knowledge, you’ll be able to create Java programs that are not only robust but also highly performant.
By the end of this Java book, you’ll have the skills needed to excel in Java programming, writing efficient and maintainable code.
Osoby które kupowały "Mastering the Java Virtual Machine. An in-depth guide to JVM internals and performance optimization", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Mastering the Java Virtual Machine. An in-depth guide to JVM internals and performance optimization eBook -- spis treści
- 1. Introduction to the Java Virtual Machine
- 2. Class File Structure
- 3. Understanding Bytecodes
- 4. Memory Management
- 5. Execution Engine
- 6. Class Loading and Dynamic Class Loading
- 7. Garbage Collection and Memory Profiling
- 8. GraalVM
- 9. JVM Ecosystem and Alternative JVMs
- 10. Java Framework Principles
- 11. Reflection
- 12. Java Annotation Processor