A Admin • 828.03K Points Coach Q. Which method reference form would match `Function<String, Integer> length = String::length;`? (A) Instance method of a specific object (B) Instance method of an arbitrary object of a particular type (C) Static method reference (D) Constructor reference Correct Answer - Option(B) Views: 8 Filed under category Java Hashtags: Method Reference Share Manage Tags
Discusssion
Login to discuss.