[JavaSpecialists] Data Structures in Java Course

JavaSpecialists – Data Structures in Java Course [FCO]

 

Become a master of the full set of data structures in the Java Development Kit

 

Java comes equipped with Collection, Map, List, Queue, Deque, BlockingQueue, Deque, Iterator and Iterable. And those are just some of the interfaces. We have a bunch of abstract classes, plus the implementations that we all know and love: HashMap and ArrayList.

In this one-day course, we explore all the interfaces and classes that Java offers in the latest JDK collection framework. At the end, you will have a much better idea of what collections to use when. You will also know how to write your own collections.

Here are some of the many things we will cover during this workshop:

• Memory footprint of various collections
• Computational time complexity of lookups and other operations
• When to use LinkedList vs ArrayList vs CopyOnWriteArrayList
• How HashMap behaves with bad keys
• Speeding up hashing by 3x for modern Java versions
• How biased locking affects our collection choices from Java 15 onwards
• UnsupportedOperationException
• How ConcurrentModificationException came about and what to do about it
• Good techniques for measuring costs of collections
• Converting Maps to Sets
• Compound operations on Maps
• WeakHashMap, LinkedHashMap, LinkedHashSet, IdentityHashSet, ConcurrentSkipListSet and other collections we hardly use.

 

Course Format

Most of our courses give students a lot of exercises. This course is different. We have an outline of what we want to cover, but then it is the author of the course demonstrating the various data structures and the students able to ask questions. There are no “slides” as such, everything is in code. At the end of the course, you will get a complete source repository of all the examples that we coded during class. Even though there are no exercises, students are encouraged to follow along in their IDE and try out the ideas that the instructor is demonstrating.

 

Who should take this course?

This course is aimed at junior to intermediate Java programmers wanting to learn what Java data structures are available and how to best use them.

 

Instructor(s)

About Heinz, Java Champion, author of the Javaspecialists Newsletter, conference speaking regular…

 

Media Information:

MP4 | Video: h264, 1920x1080p | Audio: AAC, 48.000 KHz, 2 Ch
Genre: eLearning | Language: English | Updated: 5/2024 | Duration: 38 Lessons ( 8h 03m 34s)

Course Source: https://www.javaspecialists.eu/courses/datastructures/

 

Size: 18.00GB

Leave a Comment