Answer the question
In order to leave comments, you need to log in
Features of the architecture of the structure of arrays?
Never, perhaps, thought about the "nature" of arrays in Java.
I recently learned that arrays are objects.
This is easy to check:
int[] v1 = null; // раз v1 может принимать значения null - то это переменная экземпляра
int[] v1 = { 1, 2, 3, 4};
System.out.println(v1); // [[email protected]
@404b9385
is the hashcode. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question