STATIC
This keyword is used when:
  - 
Declaring static variables in a class.
- 
Declaring static methods in a class.
- 
Announcing classes that have the "automatic instanciation" feature.
- 
Declaring a local static variable inside a function. 
Check the following links for more detail.
See also