One of hundreds of answers available with our premium content service.
A: A static variable is shared by all instances of a class. Every instance has a reference to the same variable and can modify it directly. Static instances are declared with the static modifier.
… full answer hidden
Premium members click below for full answer
What is special about static variables?