This line of code doesn't look like an object creation 👇 Runnable r = () -> System.out.println ("Hello"); But behind the scenes, Java creates an object that implements the Runnable interface 🤯 How ...