Mastercard interview question

What are the main interfaces in the Java Collections Framework? What are the differences between HashSet and TreeSet? What is the difference between HashMap and Hashtable? Explain the difference between Comparator and Comparable. How do you iterate over a List in Java? What is the difference between Queue and Deque? What is the difference between ArrayList and Vector? How does a ConcurrentHashMap work?