These questions are intended as a self-test for readers. Answers may be found in Appendix C.
In the insertFirst() method in the linkList. java program (Listing 5.1), the statement newLink.next=first; means that
a. the next new link to be inserted will refer to first.
b. first will refer to the new link.
c. the next field of the new link will refer to the old first link.
d. newLink.next will refer to the new first link in the list.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.