What does it mean when you add the static keyword to a method?
public static void doSomething(){ //Well, do something! }
Can you add the
Core of the static keyword that you will have only one copy at RAM of this (method /variable /class ) that's shared for all calling