Are variables declared inside a static block accessible anywhere else? What \"kind\" of member are they(ie., are they static member, too?)
they are like method variables. Only accessible in the block scope.