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 do you mean by light weight and heavy weight components?
When do you get classcastexception?
What is linked hashmap and its features?
What are the data types supported by java? What is autoboxing and unboxing?
What is meant by data hiding/encapsulation?
How to find the largest value from the given array.
What is considered an anti pattern?
What is balanced tree in java?
Can you run java program without main method?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is jit compiler ?
What is type safety in java?
What is the driver class?
What is a container in a gui?