What is the difference between Object and Instance?
Answer Posted / srinivaskumar.nimmana
All objects except array object are instances,i.e every object except array object can be instance but every instance may not be object.
Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What does provide mean construction?
What is the maximum size of list in java?
What is the size of int in 64-bit jvm?
What is a heavyweight component?
Is java code slower than native code?
What are the four corner stones of oop?
Why is static used?
What is used of static keyword in java?
How will you communicate between two applets?
What is java and its types?
What is main difference between variable and constant?
What is a final class in java?
What is passed by reference and pass by value ?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
What is the difference between declaration and definition in java?