Static keyword is used to make the variale or method common for the class and it can be accessed by class name, all the class-objects shares the same value. Static block will run only once ...