I have some old 3rd party Java code I am converting to Java 6. It contains HashTable instances, which are flagged as obsolete collections. What should I replace them with? What is the safest option?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
Although not marked as deprecated in the API doc, For the differences, you could check this post. The main differences (the two that the doc said) are:
So beware of these two when you swap in |
|||
|
|
|
|
|||
|
|