0 votes
in JAVA by

How are the references different from the pointer?

(i) A reference cannot be modified once it initialized

(ii) There is no need of an extra operator for dereferencing of a reference

(iii) A reference cannot be NULL

(iv) All of the above

1 Answer

0 votes
by

(iv) All of the above

Related questions

+1 vote
asked May 6, 2021 in JAVA by SakshiSharma
0 votes
asked Jan 24, 2021 in JAVA by rajeshsharma
...