adspace
static variable is a class variable which value remains
constant for the entire class?? variable means value is
changed....hear value is not changed... why it is called
static variable
Answer Posted / kavita
Only variables marked as final cannot be changed.
Static variables memory is alloted once and shared by all the objects
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers