Home > Back-end >  The JVM questions about static variable storage location
The JVM questions about static variable storage location

Time:12-14

Like
The static List<> A=new List<> (a);
I know a point to the List of objects is certainly in the heap memory, but where is it stored in a itself?
  • Related