Static Members In Java
In Java, static members are those which belongs to the class and you can access these members without instantiating the class. The static keyword can be used with methods, fields, classes (inner/nested), blocks.
Sign in to join the conversation.
Sign in with Google
Comments