Presentations
Java Collections
General presentation about Java Collections
- Set, List, Queue, Deque and Map overview
- Comparisons:
- ArrayList vs LinkedList
- HashSet vs TreeSet
- HashMap vs TreeMap
Java Design Patterns
General presentations I have worked on in the past about Java design patterns, in collaboration with iluwatar's java-design-patterns project.
- Intents
- Examples
- Applicability
- Real world examples