Static?
l
What is all this
static
?
l
In Java, a method may or may not
depend on the object on which the
method is called:
l
methods that do
not
depend on this
object should be annotated as
static