What is difference between static method and static
variable?
Answer Posted / kalandi sahoo
static variable is uniqe copy of in memory.that is every
object is share the static variable.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the hashcode () and equals () used for?
What is mnemonic in assembly language?
What are data types in oop?
Why main method is called first in java?
What is the main difference between java platform and other platforms?
Is string an object?
What is default exception handling in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is return type in java?
What is lazy programming?
What is difference overloading and overriding?
Is namespace same as package in java?
Is vector thread safe in java?
Which object oriented concept is achieved by using overloading and overriding?
Does treeset use compareto?