Well due to sickness I missed a week of college which means I missed out on a lecture Im using something called TreeSet which seems to group things. Anywho I need to get the longest name in a list of names. Here is my code: Code: import java.util.*; /** demonstrates Set and SortedSet via a list of names */ public class ...