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 difference between keyword and identifier?
Is ++ operator thread-safe in java?
What is javac used for?
How do you start a thread?
Can we declare a static variable inside a method?
describe method overloading
What is callable java?
What is a java lambda expression?
why not override thread to make a runnable? : Java thread
How to overcome the exception object reference not set to an instance of object?
Are generics important java?
What are loops in java?
What are default methods ?
Is singleton a bad practice?
What is loop in java?