Sequence

What is the sequence in which the constructors are called?

Static Block of super class (while loading), static block of subclass, constructor of super class, constructor of subclass.