java arrays contiguous in memory?
843829Apr 1 2004 — edited Apr 1 2004are java arrays always contiguous in memory? or how does java save his arrays?
i need to know because i wrote an algorithm with a lot of array length changing, and i wonder if it consumes a lot or not, maybe java uses virtual memory arrays like those here :
http://developers.sun.com/solaris/articles/virtual_memory_arrays.html
any answer is welcome,
Nck.