Legacy Classes in Java
What are the Legacy Classes in Java? Before Java 1.2, there were multiple classes and interfaces to hold the objects. There was no Collection Framework before this version. In that circumstance, legacy classes and interfaces are employed to store things.All legacy classes have been synchronized. The following legacy classes are defined in java.util package: HashTable […]
August 8, 2022 | Java | No comments