+ 1
What is the 'static' keyword?
2 Answers
+ 2
Java course on this app coveres this topic.
+ 2
The static keyword refers to the ONE AND ONLY instance of the object and it cant be duplicated. It only exists once throughout the object, class, or method.