CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
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?
Page link:
https//www.codepudding.com/Backend/94118.html
Prev:
Already invalid
Next:
Java in succession
Tags:
Java related
Related
Links:
CodePudding