Solved

Assume You Have Created a Linked List Named MyList That

Question 42

Multiple Choice

Assume you have created a linked list named myList that currently holds some number of String objects.Which of the following statements correctly removes an element from the end of myList?


A) myList.remove() ;
B) myList.getLast() ;
C) myList.pop() ;
D) myList.removeLast() ;

Correct Answer:

verifed

Verified

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

Related Questions