Computer Science, asked by Balajinaik9990, 1 year ago

What are static members of a Java class?

Answers

Answered by pandeysakshi2003
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