When do static members allocate memory? (at load time)
How about static variables within a method?
Where is the memory for static variables - is it allocated on the heap or
does it have a region of its own?
How about static variables within a method?
Where is the memory for static variables - is it allocated on the heap or
does it have a region of its own?
Comment