What is a refferent?

Questions by masif   answers by masif

Showing Answers 1 - 2 of 2 Answers

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' specifier applies to the value of the variable itself, and not to the object referenced by the variable (the referrent of the reference variable).

  Was this answer useful?  Yes

rajsinghgec1

  • Jul 13th, 2006
 

When a reference object encapsulates a reference to some other object, which is called the referent.

  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