
Hii,
In which portion of memory static variables stored in java. Is it take memory at compile time?
thanks
deepak mishra

Static variables are stored in a special area of the heap called the "permanent generation".