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
How do you clear a method in java?
What are three types of loops in java?
What invokes a thread's run() method in java programming?
What is the covariant return type?
What are encapsulation, inheritance and polymorphism?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What is constructor and its types?
What are measurable parameters?
Can we create a class inside a class in java?
What are the benefits of operations in java?
Is string passed by reference in java?
What is the default value of the local variables?
What is static method with example?
What is the benefit of singleton pattern?
What is the difference between multitasking and multithreading in Java