Where can I find the source code for Java arrays? [closed]

Have a look at this for an explanation. But basically the array type is built-in to the jvm and you need to analyze the source code for the jvm you are running in order to truly know how it works.

Leave a Comment