This article covers basics of static keyword, static methods and static variables. /* * STATIC METHODS : * 1. Static method can not access non-static (Instance) variable or method. * 2. Static method can not be overridden they are redefined. */ email