2020-07-07 07:18:10 -04:00
|
|
|
## Core Java JVM Cookbooks and Examples
|
|
|
|
|
|
|
|
This module contains articles about working with the Java Virtual Machine (JVM).
|
|
|
|
|
2020-07-12 11:35:16 -04:00
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
- [Memory Layout of Objects in Java](https://www.baeldung.com/java-memory-layout)
|
|
|
|
- [Measuring Object Sizes in the JVM](https://www.baeldung.com/jvm-measuring-object-sizes)
|
|
|
|
- [Adding Shutdown Hooks for JVM Applications](https://www.baeldung.com/jvm-shutdown-hooks)
|
|
|
|
- [boolean and boolean[] Memory Layout in the JVM](https://www.baeldung.com/jvm-boolean-memory-layout)
|
2020-07-21 09:31:47 -04:00
|
|
|
- [Where Is the Array Length Stored in JVM?](https://www.baeldung.com/java-jvm-array-length)
|
2020-07-23 09:48:24 -04:00
|
|
|
- [Memory Address of Objects in Java](https://www.baeldung.com/java-object-memory-address)
|
2020-08-20 06:33:43 -04:00
|
|
|
- [List All Classes Loaded in a Specific Class Loader](https://www.baeldung.com/java-list-classes-class-loader)
|
2020-07-21 09:31:47 -04:00
|
|
|
- More articles: [[<-- prev]](/core-java-modules/core-java-jvm)
|