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
How is java development environment setup?
Is java a high level language?
What is use of final keyword in java?
What is difference between javac and java?
What is context attribute?
What is j2ee explain the component of j2ee application?
What is event and listener in java?
What type of code is java?
What is j2ee and j2se?
What is java secure socket extension (jsse)?
What are the modules of j2ee?
How does event listener work in java?
Why is java important for internet?
How do I run java?
What is difference between java and core?