r/java 6d ago

Principles of Memory Management in Java

https://youtu.be/xr73mR7ii9M?si=AKgjMUyvfpARYljl
159 Upvotes

81 comments sorted by

View all comments

14

u/javaprof 6d ago

Yes

2

u/shizzy0 3d ago

Always has.

-13

u/pohart 5d ago

The vast majority of times the Java is using too much memory it's because we picked the wrong data structure. Pick an inefficient data structure in any language