Java Static Initializer Block

  • + 0 comments

    we use static because if we define our variables not in main class and we have to call them in it then we use static before our declaration.