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
Is ++ operator thread-safe in java?
What is difference between path and classpath in java?
How do I get the | symbol on my keyboard?
What is the purpose of the file class in java programming?
Is space a char?
What is an inner class in java?
What is type safety in java?
What is the difference between delete and delete[]
What is string data?
Explain about method local inner classes or local inner classes in java?
Can we use switch statement with strings?
Is null a value?
Can we declare a static variable inside a method?
Write a java program to print fibonacci series?
What is jdbc api?