class - Creating an array of objects in Java - Stack Overflow

class - Creating an array of objects in Java - Stack Overflow

瀏覽:711
日期:2025-04-26
I am new to Java and for the time created an array of objects in Java. I have a class A for example - A[] arr = new A[4]; But this is only creating pointers (references) to A and not 4 ......看更多