Java 1z0-808 Maya > Java Building Blocks > Flashcards
Order of Initialization
■ Fields and instance initializer blocks are run in the order in which they appear in the file.■ The constructor runs after all fields and instance initializer blocks have run.