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
Can substring create new object?
How does predicate work in java?
Which list does not allow duplicates in java?
Is java still relevant?
What is the use of callablestatement?
What is the use of private static?
How do you sort a string in alphabetical order in java?
Can we execute a program without main() method?
Difference between stack and queue?
what do you mean by marker interface in java?
What is the inheritance?
Does java arraylist maintain insertion order?
What does nullpointerexception mean?
What is default exception handling in java?
What is sleep method?