Initializer: A block stated at the outermost level of a class - identical to a method devoid of a header. The initializer blocks are executed, in order, whenever an instance is formed. They are executed prior to the constructor of the defining class, however after any super-class constructor. They are one of the places in which the blank final variables might be initialized.