Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between Object and Instance?

Answers were Sorted based on User's Feedback



What is the difference between Object and Instance?..

Answer / siva

instance means non-static variables memory location. Object means non-static variables + non-static methods memory location

Is This Answer Correct ?    11 Yes 1 No

What is the difference between Object and Instance?..

Answer / titupathirao

For example, if I declare a class like

Animal a=new Animal();

Is variable 'a' in above is an instance which has an object of Animal type?

Is This Answer Correct ?    1 Yes 0 No

What is the difference between Object and Instance?..

Answer / 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

What is the difference between Object and Instance?..

Answer / 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

What is the difference between Object and Instance?..

Answer / 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

More Core Java Interview Questions

How can we run a java program without making any object?

0 Answers  


what is polymorphism with example?types of polymorphism?

15 Answers   HP, Sigma Solve,


Why null interfaces are used in Java?

2 Answers  


What are the limitations of procedural programming approach?

0 Answers   Amdocs,


Explain creating threads by extending thread class ?

0 Answers  


Distinguish method overloading and overriding

2 Answers   Tech Mahindra,


What is a stream? what are the different types and classes of Streams?

2 Answers  


What is JFC?

0 Answers  


posted in online test

1 Answers  


Difference between static synchronization vs. Instance synchronization?

0 Answers  


Is java 1.7 the same as java 7?

0 Answers  


What are different types of access modifiers?

3 Answers  


Categories