Google News
logo
Java - Interview Questions
On which memory, arrays are created in java?
Arrays created on dynamic memory by JVM. There is no question of static memory in Java: everything (variable, array, object etc.) is created on dynamic memory only.
Advertisement