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 the ear file?
Is string an object in java?
What is java 2 platform, standard edition (j2se)?
Explain j2ee architecture.
Explain the j2ee tiers.
Is c++ more secure than java?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
What is java ee used for?
What is japplet in java?
What is java secure socket extension (jsse)?
What are the topics in j2ee?
Which framework is best for java?
Is java safe to download?
What do you understand by connector?
What are the j2ee client types?