java how to make static block code example
Example: what is static block
Static Block:
used for initializing statics members,
it belongs to the class and only one copy
and runs only once and before everything
I use it in configuration.reader class
in my framework