Dissecting the Java Heap
- 10:30
- -
- 11:20
April 4, 2024
11:20
10:30
Hall A
Intermediate | English | Performance&Troubleshooting
Java is a fully managed language and runtime, meaning you don’t need to worry about memory management at all right? WRONG, In this session we’ll talk about the different problems that can happen from bad memory handling in Java Apps, how to identify them and some tools and techniques to tackles them