Java collection framework in-depth, mastering the use of collection classes
Ended
Tracy Lan
Software Development Engineer
Course Designer/Lecturer
Specialization:
Proficient in Java programming, with deep expertise in the Spring, Spring Boot, Spring Cloud, Kafka, and Redis tech stack
Expert in project architecture design and implementation
Specialized knowledge in optimizing DevOps processes, driving efficient Continuous Integration and Continuous Delivery (CI/CD)
Course Description
Understand the Java collection framework and choose the right data structure. Master how to use collection classes such as HashSet, LinkedHashSet, and TreeSet, and their features and performance in storing unique elements, maintaining insertion order, and sorting, through examples and comparisons.
Course Content:
Set class relationships and usage scenarios.
Set interface and common implementations (HashSet, LinkedHashSet, TreeSet)