What’s popular in Java
Your source for what’s next
Popular in live online training
See allJune 3, 2022
Java 9 to 17: The New Feature Benefits
Presented by Henri Tremblay
Java rolls out one new versions every 6 months. It is, of course, useful to keep track of all these new features. But itâs also interesting to understand how all these ...
June 29, 2022
Java Next Steps: Collections, Generics, and Streams
Presented by Ben Evans
Understanding Javaâs Collectionsâthe languageâs core implementation of fundamental data structures and algorithmsâis essential for every professional Java programmer. But to use the Collections effectively, developers also need to understand Javaâs generics, ...
July 5, 2022
Java Next Steps: Collections, Generics, and Streams
Presented by Ben Evans
Understanding Javaâs Collectionsâthe languageâs core implementation of fundamental data structures and algorithmsâis essential for every professional Java programmer. But to use the Collections effectively, developers also need to understand Javaâs generics, ...
May 18 & 19, 2022
Functional Programming in Java
Presented by Ken Kousen
Working with streams, lambda expressions, and method references in Java SE8 and beyond Todayâs software developers are embracing functional programming (FP) in droves, whether itâs to write concurrent programs or to ...
June 14 & 15, 2022
Functional Programming in Java
Presented by Ken Kousen
Working with streams, lambda expressions, and method references in Java SE8 and beyond Todayâs software developers are embracing functional programming (FP) in droves, whether itâs to write concurrent programs or to ...
June 28, 2022
Java® Full Throttle with Paul Deitel: A One-Day, Code-Intensive Java Standard Edition Presentation
Presented by Paul J. Deitel
A code-intensive one-day course Get up-to-speed on core Java Standard Edition topics in one code-walkthrough-intensive day with Oracle® Java® Champion Paul Deitel. Java® Full Throttle with Paul Deitel is a one-day ...
Popular in interactive learning
See allJava Challengers: Exposing an Attribute with a Public Method
By Rafael del Nero
Learn how to encapsulate and expose attributes with a method ...
Java 11 Functional API: Check Whether a Value is Empty in Optional
By Benjamin Muschko
Learn how to check whether a value is empty in Optional ...
Java 11 String API: Repeat a String
By Benjamin Muschko
Learn how to use a method for repeating a String ...
Java 11 String API: Process Multiline Strings
By Benjamin Muschko
Learn how to process multiline Strings ...
Java Challengers: Using Polymorphism with the Animal Methods
By Rafael del Nero
Implement inheritance and master the edge-cases of polymorphism ...
Java Challengers: Returning Values from a Method
By Rafael del Nero
Manipulate a returned value from a method ...