Posted inOOP in Java
8-Understanding the static Keyword in Java
Introduction In Java, most things revolve around objects ☕But sometimes, certain members belong not to objects, but to the class itself. That is where the static keyword comes into play. The static keyword is one of…