No doubt the biggest change in Java 8 is the addition of lambdas. But Java 8 is more than that. In this talk Bart takes you on a whirlwind tour through the most important added features and changes in Java 8.
javap -p Lambdas Compiled from "Lambdas.java" public class Lambdas { public Lambdas(); public void run(Function<java.lang.String>); public static void main(java.lang.String[]); private static java.lang.String lambda$main$0(); }