I need to implement a singly linked list in ascending order without using any of the Java built-in Collection classes. The data value in the node is a Book object and the sorting is based on the...