What is difference between static method and static
variable?
Answer Posted / jimm
static variable can be used by static as well as non-static
method.
and static method only uses static variable
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
Can we have two methods in a class with the same name?
What is an example of a constant variable?
What are byte codes?
What are the rules for variable declaration?
What is protected in java?
what is bmg file and how to create that files?what will it contailn?
What is 32 bit float?
What is difference between float and double?
Does java allow default arguments?
What do you understand by the term wrapper classes?
What is the final keyword in java?
What is meant by design patterns?
Explain the pointers in Java?
Difference between default and protected access specifiers?
Explain the term virtual machine?