Question: please right this code in java Use the DoublaxtinkedList implementation of the textbook (week 2 lecture examples. Write a method for concatenating two doubly linked
please right this code in java 
Use the DoublaxtinkedList implementation of the textbook (week 2 lecture examples. Write a method for concatenating two doubly linked lists Ll and L2, into a single list L that contains all the nodes of L1 followed by all the nodes of L2. Write a main method to test the new method. Hint: Connect the end of L1 into the beginning of L2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
