Collection & null

Can a Hashtable have a “null” key? Can a TreeSet hold a null? Confused?
Check the following table to know whether different data structures support null or not.
Collection Key Value
HashMap Yes [...]