Question: Please write Java codes to solve the following questions. The submissions should be your answers, source codes and screen-shots of the program results. 1. The

Please write Java codes to solve the following questions. The submissions should be your answers, source codes and screen-shots of the program results. 1. The removeFirst method of the SinglyLinkedList class includes a special case to reset the tail field to null when deleting the last node of a list (see lines 51 and 52 of lecture 3(2) page 15). What are the consequences if we were to remove those two lines from the code? Explain why the class would or would not work with such a modification. (5 points) Please write Java codes to solve the following questions. The submissions should be your answers, source codes and screen-shots of the program results. 1. The removeFirst method of the SinglyLinkedList class includes a special case to reset the tail field to null when deleting the last node of a list (see lines 51 and 52 of lecture 3(2) page 15). What are the consequences if we were to remove those two lines from the code? Explain why the class would or would not work with such a modification. (5 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
