Java Building Blocks Flashcards
1
Q
Order of Initialization
A
■ 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.