What is the difference between Object and Instance?
Answer Posted / siva
instance means non-static variables memory location. Object means non-static variables + non-static methods memory location
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How do you execute a thread in java?
Why spring singleton is not thread safe?
Can we store variables in local blocks?
What's the difference between comparison done by equals method and == operator?
what is the difference between yielding and sleeping? : Java thread
What an i/o filter?
What differences exist between iterator and listiterator?
What is java jit compilers?
How to sort list of list in java?
explain the concept of virtual method invocation in polymorphism in detail?
how we can make a read-only class in java?
Explain about features of local inner class?
What is polymorphism and what are the types of it?
What are the types of exceptions?
What is the lifetime and scope of a variable?