answered question 6/11/2009 What Is The Difference Between Reference, Instance And Object In Java? Refrence is a variable that points the objects. Object is the instance of the class that have some memory and instance is a variable & methods that object have.