A Admin • 828.43K 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: 15 Filed under category Java Hashtags: Java Lambda Expression Share Manage Tags
Discusssion
Login to discuss.