How Java stores objects like int[] in memory, what is they structure?
Not complex compound types like ArrayList - the question is not about them. I want to know exactly about arrays of primitive types like a int[].
Can't find any detailed information on this, other than that these are just chunks of memory. Although there is a whole structure - pointers and so on ...
Thanks a lot,
Gudot
