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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly