我遇到了这个Java代码:
static { String aux = "value"; try { // some code here } catch (Exception e) { } String UUID_prefix = aux + ":"; }
我是Java新手,请解释这里发生的事情.
java static
java ×1
static ×1