In Java, arrays are implemented as objects, correct? If so, where can I find the array class's source code? In order to make the code more comprehensible, I'm wondering if the length variable in arrays is declared as a constant and, if so, why it isn't in all capital letters LENGTH.