Understanding Lambda Expresssions with a Simple Method Call August 25, 2017 Lambda expressions have simplified the way we write code. For example, let’s see how to use a method from an interface. This works with Java 1.8 only. Expected output: Welcome