Could anyone please give me a brief full list of containers in Java? Some of the ones I know are Array, Arraylist, Hashtable, HashMap, HashSet, Node, NodeList, TreeNode, and
I don't know if I can give you a complete exhaustive list, but I believe most of the standard Java API containers should reside in the java.util package.