Let\'s say I have some Java code:
public class SomeClass { static { private final double PI = 3.14; private final double SOME_CONSTANT =
Static class initialization is guaranteed to be thread-safe by Java.