+ 1
Why we need static keyword
2 Antworten
+ 4
So such variables/methods only have one copy of them rather than multiple copies in each of the instances.
+ 1
It tells compiler that variable/ method marked with this word is on a class level not on instance.