Making a variable private means that it is private, and making it static means that it is static.

The importance of a variable being one or the other or both or neither depends on your code. You...