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 we make a constructor final?
What is the difference between replace and replace all?
What is internal iteration in java se 8?
What are the three types of design patterns?
What is the difference between preparedstatement and statement in java?
What are mutable classes?
How to run a JAR file through command prompt?
how can you take care of mutual exclusion using java threads? : Java thread
What is maximum size of arraylist in java?
What are the different types of inheritance in java?
When would you use a static class?
How to calculate the length of a singly linked list in java?
Why is the main method declared static?
Can we write method inside a method in java?
What is int argc char * argv?