Solved

Which of the Following Statements Deletes the Node That Curr

Question 59

Multiple Choice

Which of the following statements deletes the node that curr references?


A) prev.setNext(curr) ;
B) curr.setNext(prev) ;
C) curr.setNext(curr.getNext() ) ;
D) prev.setNext(curr.getNext() ) ;

Correct Answer:

verifed

Verified

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

Related Questions