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
Explain about the main() method in java?
What are the different conditional statements?
How do you remove all elements from an arraylist in java?
What is a container in a gui?
What are the different ways to handle exceptions?
Can we declare the static variables and methods in an abstract class?
Is logger a singleton?
What is the difference between a choice and a list?
What is a lightweight component?
Difference between vector and arraylist.
Is set thread safe java?
What is the difference between JVM and JRE?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is collection class in java? List down its methods and interfaces.
Why map is used in java?