What is the difference between Object and Instance?
Answer Posted / subba reddy
object means.
just create variable for class this is also called reference.
instance means.
create object for the class using new operator or new instance .
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the difference between stream and buffer?
What is ternary operator? Give an example.
Why are arrays useful in java?
What are the differences between heap and stack memory?
What are the two parts of a conditional statement?
What is hashing principle in java?
What lambda means?
How does arrays sort work in java?
Is array synchronized in java?
What is the difference between == and === javascript?
What is parsing in java?
What are the ways to instantiate the class class?
What is visibility mode?
How do you escape in java?
What is composition in java?