I came across this Java code:
static { String aux = \"value\"; try { // some code here } catch (Exception e) { } String UUID_prefix =
This is called a static initialization block and will be executed once, when this class gets loaded.