A Admin • 828.03K Points Coach Q. What is the output of `Runnable r = () -> System.out.println("Hello"); r.run();`? (A) Compilation error (B) Hello (C) null (D) Nothing Correct Answer - Option(B) Views: 9 Filed under category Java Hashtags: Java Lambda Expression Share Manage Tags
Discusssion
Login to discuss.