Java Static Initializer Block

  • + 0 comments

    In java every class is stored in seperate memory.If we use static all can be stored in same memory location and we can use wherever we want.