ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What are differences between Enumeration, ArrayList, Hashtable and Collections and Collection?

Enumeration: It is series of elements. It can be use to enumerate through the elements of a vector, keys or values of a hashtable. You can not remove elements from Enumeration.
ArrayList: It is re-sizable array implementation. Belongs to 'List' group in collection. It permits all elements, including null. It is not thread -safe.
Related Posts Plugin for WordPress, Blogger...
Flag Counter