What is the difference between Object and Instance?
Answer Posted / nagarjuna
Object is the creating memory location by using new operator
Instance is the creating the reference.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is flush () in java?
What are anonymous inner classes?
What is the requirement of thread in java?
Write a program to print count of empty strings in java 8?
How do you implement polymorphism in our day to day life?
How to perform merge sort in java?
What is space character in java?
Explain java thread life cycle.
What is ide with example?
What is quick sort in java?
Is void a return type?
What is a functional interface?
What is java ceil?
What is nullpointerexception?
Difference between static binding and dynamic binding?