Java Static Initializer Block

  • + 27 comments

    Refer to this stackoverflow question if you'd like help understanding the difference between a static block and specific static initializers.

    http://stackoverflow.com/questions/9379426/java-when-is-a-static-initialization-block-useful

    I found this useful in comparison to the droves of wordy, example-less explanations (I'm looking at you, Oracle Docs.)