Where are static member store ?
- Static member store in method area.
Method area store all the class level data like the name and the data type of field, methods and byte code have been compiled .
It aslo store the data of static member
- Method area is a part of heap memories which is share among all the threads