Fact 1 - Consider the methods has 2 parts: HEAD(public void nameOfMethod(Input input)) and BODY({Everything inside the keys}).
//without lambda you still use the HEAD as always.
public void printName() {
System.out.println(“Print without lambda”);
}