When a reference object encapsulates a reference to some other object, which is called the referent.
Sathya
Apr 11th, 2006
A reference variable or constant declared as 'final' has a value that is immutable and cannot be modified to refer to any other object than the one it was initialized to refer to. Thus the 'final' spe...