Learn how Java supports bitwise arithmetic and where these tricks are used in the Java Development Kit (JDK)
See how we can create our own CircularArrayList by reusing the Collection framework abstract base classes.
A thorough look at the collection classes in java.util.** in Java
Explanation of the quiz from our Data Structures in Java Course
Don't repeat yourself. The mantra of the effective Java programmer. Dynamic proxies get us there quicker.
For those who want to change their perspective on life, to attain true freedom and take control of their own destiny.
Bunch of useful topics for the professional Java programmer
Java Concurrency in Practice
All the Heinz's Happy Hour Webinars bundled together
A Beginner’s Java Course with Heinz Kabutz
Elevate your coding with JetBrains AI Assistant and ChatGPT integration—streamline development, boost productivity.
Tips and tricks on how to get the most out of IntelliJ IDEs
Bundle of the most interesting and modern concurrency related courses in our curriculum.
Courses relevant to concurrency
How you can get Java design patterns to do exactly what you want and accelerate your software career in less than 1 week
Everything and the kitchen sink from our JavaSpecialists curriculum. Concurrency, design patterns, performance, advanced Java.
The Module System and other features of Java 11
Language enhancements and other features of Java 17
Learn how virtual threads work in Java, including Structured Concurrency, Scoped Values, and how to find and diagnose issues such as deadlocks.
Modernizing old Java code to make it easier to understand and more maintainable
Create beautiful software in Java
Learn to code like a pro by studying how pros code
Thread-safe collections with snapshot iterators
Advanced Java Concurrency Teardown — 6 Hours of Expert-Level Training
Mini-Course on how non-blocking network communication is done in Java. Level: difficult
Write Dynamically Reusable Code in Java