| Author |
static variables memory
|
raghu nagabandi
Ranch Hand
Joined: Aug 14, 2007
Posts: 35
|
|
|
where the memory is allocated for static variables and methods?
|
 |
Mihai Fonoage
Ranch Hand
Joined: Feb 25, 2006
Posts: 39
|
|
Static variables are allocated in a fixed location in RAM called the "static storage" (not on the heap or on the stack). Mihai
|
 |
 |
|
|
subject: static variables memory
|
|
|