Static Blocks are always executed first.
A static block is executed when your class is charged but a static method is executed only when is called, therefor first the class is charged and then is executed a method.
Copyright © 2026 eLLeNow.com All Rights Reserved.