No Image

Java Weekly, Issue 315

6 1 月, 2020 baeldung 0

An overview of installing and managing multiple Java SDKs with SDKMAN!, and a collection of patterns for building an observability pipeline for microservices. >>>

No Image

Java Weekly, Issue 314

1 1 月, 2020 baeldung 0

A new year for the Java Weekly begins with a solid write-up on detecting JVM memory leaks and a hard look at the JShell REPL for Java. >>>

No Image

Get started with method references in Java

12 11 月, 2019 Jeff Friesen 0

Along with lambdas, Java SE 8 brought method references to the Java language. This tutorial offers a brief overview of method references in Java, then gets you started using them with Java code examples. By the end of the tutorial you will know how …

No Image

Get started with method references in Java

12 11 月, 2019 Jeff Friesen 0

Along with lambdas, Java SE 8 brought method references to the Java language. This tutorial offers a brief overview of method references in Java, then gets you started using them with Java code examples. By the end of the tutorial you will know how …

No Image

Get started with lambda expressions in Java

7 11 月, 2019 Jeff Friesen 0

Before Java SE 8, anonymous classes were typically used to pass functionality to a method. This practice obfuscated source code, making it harder to understand. Java 8 eliminated this problem by introducing lambdas. This tutorial first introduces th…

No Image

Get started with lambda expressions in Java

7 11 月, 2019 Jeff Friesen 0

Before Java SE 8, anonymous classes were typically used to pass functionality to a method. This practice obfuscated source code, making it harder to understand. Java 8 eliminated this problem by introducing lambdas. This tutorial first introduces th…