0

Question on static variables and function in java

Static members are accessed without objects. Even if object is not created, static members can be accessed. However we know that when object is created, the object members get memory in heap. So when and where do the static members get memory?

13th Jun 2020, 10:02 PM
Shreyoshi Raychaudhary
1 ответ