20. Where are static member store ?

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

Leave a Reply

Your email address will not be published. Required fields are marked *