Guru Prasad Misra answered 2/4/2007 What Is 'Reference Variable' In Java? A variable that does not have the value with it , but it refers to another variable for the values .... Example--: Int I,j; I=15; j=I; If you are using the object j in a … Read more