Solved

Which of the Following Will Be True When the Reference

Question 21

Multiple Choice

Which of the following will be true when the reference variable curr references the last node in a linear linked list?


A) curr == null
B) head == null
C) curr.getNext() == null
D) head.getNext() == null

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions