A Admin • 830.13K Points Coach Q. What is the method reference equivalent of `() -> ClassName.staticMethod()`? (A) ClassName::instanceMethod (B) ClassName::staticMethod (C) new ClassName()::staticMethod (D) this::staticMethod Correct Answer - Option(B) Views: 13 Filed under category Java Hashtags: Method Reference Share Manage Tags
Discusssion
Login to discuss.