As the title says, what exactly is the difference between
public static String myString = \"Hello World!\";
and
public stat
with static blocks you can change the order of the initialisation different to the order of declaration.