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
What are methods of a class?
What is xslt in java?
Where is jre installed?
How to sort an array in java without using sort method?
What is the difference between int and integer in java?
What is meant by 'Class access modifiers'?
What is private public protected in java?
How is it possible for two string objects with identical values not to be equal under the == operator?
Which collection is best for sorting in java?
What is procedure overloading?
Can we have two main methods in a java class?
Does a function need a return?
Explain the selection sort algorithm?
Can a class be private or protected in java?
What is a key in java?