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 how to convert any java object into byte array.
What is difference between string and new string?
Why string is not thread safe?
Explain differences between collection api and stream api?
How many types of memory areas are allocated by jvm?
What is the ==?
What is a string what operation can be performed out with the help of a string?
What’s meant by anonymous class?
What language is an assembler written in?
What does opcode mean?
What do you mean by byte code?
Is null a string or object in java?
Why singleton class is used in java?
Can we use String with switch case?
What is the technique adopted to create an immutable class?