What are static members of a Java class?
Answers
Answered by
0
static member class or interface is defined as a static member of a containing class, making it analogous to the class fields and methods that are also declared static. Like a class method, a static member class is not associated with any instance of the containing class (i.e., there is no this object).
please make me brainlist
Similar questions