- Static variable is like a global variable and is available to all methods.
- static variable will have only one memory copy.
- Non static variable is like a local variable and they can be accessed through only instance of a class.
- Non staic variables will have mutiple copies in memory.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)