The tail of a list
A) is an instance of a class that implements the ListTail interface
B) is what you get when take a list and remove its head
C) is a synchronized subclass of the LinkedList class
D) None of the above
B) is what you get when take a list and remove its head
Computer Science & Information Technology