Functional interfaces in Java are crucial to master. In this Java code challenge, we will explore the Supplier and Consumer functional interfaces. Do you know how a lambda behaves in Java? Try to solve this Java code challenge and make sure you know...
Composing functions with lambda might come in handy when you need to execute multiple functions. In the following Java code challenge, we will explore the UnaryOperator, Function, and BiFunction functional interfaces working in a composed way. Can...
Do you know what are the differences between method references and lambdas? In this Java Challenge, we will explore how lambdas and method references behave so that you can really understand how they work! Now that you know the main context...
Get your code cleaner and more flexible by using constructors with method reference and overloading!
Try out this challenger and take your Java skills to a whole new level!
More videos in
Get your code cleaner and more flexible by using constructors with method reference and overloading!
Try out this challenger and take your Java skills to a whole new level!
More videos in
Get your code cleaner and more flexible by using constructors with method reference and overloading!
Try out this challenger and take your Java skills to a whole new level!
More videos in
Get your code cleaner and more flexible by using constructors with method reference and overloading!
Try out this challenger and take your Java skills to a whole new level!
More videos in
Sort elements from a Collection by using Comparator with lambda and method reference.
We very often need to sort elements in memory and the methods on this challenger come in handy to do so!
for more videos:
Learn the incredible power from CompetableFuture in this challenger and optimize performance by working with concurrency and Threads with Java! Can you get this challenger right? Try it out and check it out! Get the code of the Java Challengers and...
Does Java pass parameters by value or by reference? Do you know how an object reference in Java works? What happens when a String or a StringBuffer value is changed? To find these answers, watch this Java Challenger! Get the code of the Java...