void someMethod() { byte[] array = { 0, 0 }; }
这个数组会存储在堆中还是堆栈中?
java arrays heap stack
arrays ×1
heap ×1
java ×1
stack ×1