Question: Modify the linked list code in Listing 5.2 (linkList2.java, LaFore book) to make it a list of objects of generic type note that each Link

Modify the linked list code in Listing 5.2 (linkList2.java, LaFore book) to make it a list of objects of generic type note that each Link object contains an object of the generic type instead of a numeric value. Test your code with Personal, Book objects and integers. You need to define a class of Person which has firstname, lastname and age fields, and a class of Book which has ISBN, title and publisher fields.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!