Static

Static.member
marks a member that is bound to the class and not to an object.
Static[]
is the name of the static constructor of a class.