Welcome to manohar academy
In this lesson we are going to learn about static variables.
Static variables are member fields that are shared across all instances. The properties or values that are common for all instances will be made static(shared).
Static variables are allocated memory when the class is loaded by class loader.
visit my website : http://manoharacademy.com
java fundamentals : https://goo.gl/iN5oLb
java arrays : https://goo.gl/v2LUpf
java class design : https://goo.gl/IQbfRk
java inheritance : https://goo.gl/l1wDOO