Q:

If a reference variable is declared final then, _________________

0

If a reference variable is declared final then, _________________


  1. It can never be reassigned to refer to a different object.
  2. It can be assigned to refer to any object anytime
  3. It can never be assigned with any object
  4. It can be assigned with 2 or more objects simultaneously

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).It can never be reassigned to refer to a different object.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which of the members are referred by this pointer ... >>
<< What will be the output of the following code?...