Soprano ofNullable stream Java Challenge
Since Java 9, you can use Optional with a stream to manipulate values from a List. Check out the latest Java challenge about this!

Java Champion, a passionate and creative developer who possesses strong technical knowledge and delivers solid systems focused on Spring and Java EE specifications for cloud applications. More than 10 years' experience developing successful, revenue-increasing systems.
1 views

Rafael del Nero
3,656 viewsSince Java 9, you can use Optional with a stream to manipulate values from a List. Check out the latest Java challenge about this!

Rafael del Nero
4,318 viewsIn this Java Challenge, we will explore how lambdas and method references behave so that you can really understand how they work!

Rafael del Nero
3,111 viewsPolymorphism, the ability of an object to take on forms, one of the important Java concepts, decouples responsibilities, adding flexibility.

Rafael del Nero
4,526 viewsSolving the limitations of the Future interface, we have the CompletableFuture API with methods to build reliable high-performant software.

Rafael del Nero
4,182 viewsIn this challenge, you will see the generic type that will be erased by the compiler and will be replaced by the type we defined at runtime.

Rafael del Nero
5,409 viewsUnderstanding deeply how to use a Map, equals, and hashcode in Java will be a massive help for you to create high-quality code!

Rafael del Nero
3,018 viewsMain goal of the Optional class is to avoid NullPointerException. It’s much easier to deal with null when we use the concept of Optional.
Rafael del Nero
3,706 viewsNewly released "Java Challenges" book is a way for you to challenge yourself with fun code challenges so you will be a better Java …