What is the difference between Instance and Object in CoreJava

Showing Answers 1 - 2 of 2 Answers

Vijay

  • Feb 5th, 2007
 

when we create object of any class...we ll call it "Object" n we allocate memory to the same object using "new" keyword after memory allocation we call it instance........or we can say before memory allocation we call it "object" n after memory allocation we call it "instance"Thanx n Regardsijay

  Was this answer useful?  Yes

Arpit Choudhary

  • Feb 10th, 2007
 

Object is an instance of a class means it has separate copy of all instance variable of class.i.eObject and Instance is same.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions