+ 1
What are static variables?
static int var; new int var; are these both same or they have some difference I understand what is new but not static
1 Answer
static int var; new int var; are these both same or they have some difference I understand what is new but not static