Static methods are types that declare methods which are associated with a type rather than an instance of the type. Static methods may be called without first instantiating their associated type. Related tutorials: Class members Exception Management GC (Garbage Collection) Interface