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
What is delegation?
Where is java used?
What is the difference between java and core java?
How does j2ee application work?
What is a gui in java?
What is java web technologies?
What is distributed application?
What is difference between java and core?
What are the most important topics in java?
How java is reliable?
What is a java developer?
What is the build file?
What is the difference between load() and get()?
Which is best eclipse for java?
Why class is used in java?