I am teaching someone the basics of Java. I am trying to give him a good definition of static without using 'instance'. My definition so far has been:
static: A keyword that declares that there is only one instance of it.
Any better way to define static without having to go into objects ?