Static?
lWhat is all this static?
lIn Java, a method may or may not depend on the object on which the method is called:
lmethods that do not depend on this object should be annotated as
static