Collection (java.util package) Workshop
Free

This is java collection workshop. In this workshop java.util package will be covered with real-time project examples.
Prerequisite for this workshop: Candidate should be able to write basic programs in java based on (conditional, looping, array, class, object).
Advantages of this workshop:
- Start to end understanding of java collections
- Programs hands on.
- Interview questions-answers discussion.
We are going to learn following topics under this workshop:
-
java.util package
-
Collection Interface
-
List:
-
Set (Interface)
-
TreeSet
-
TreeSet Constructors
-
Sorting Collection Elements
-
Comparable <<interface>>
-
sort(List)
-
Limitations with Comparable interface:
-
CompareTo Tricks
-
subtraction trick
-
Comparator <<interface>>
-
Searching and sorting methods can accept Comparators.
-
Methods are provided to reverse a Comparator’s ordering:
-
sort(List, Comparator)
-
Comparison between Comparable and Comparator:
-
Queue <<interface>>
-
PriorityQueue
-
Map
-
Methods of Map (interface)
-
Hashtable
-
HashMap
-
LinkedHashMap
-
IdentityHashMap
-
WeakHashMap
-
SortedMap <<interface>>
-
TreeMap
-
NavigableMap
-
Properties
Course Features
- Lectures 37
- Quizzes 0
- Duration 5 hours
- Skill level All levels
- Language English
- Students 6
- Assessments Yes
-
Introduction
-
Collection Interfaces
-
Collection Operations
-
Collection iteration
-
Collection Sorting
-
List
-
Set
-
Queue
-
Map
-
Generics