Which method reference form is used in `Arrays.sort(names, String::compareToIgnoreCase)`?
-
A
Static method reference
-
B
Instance method reference on a particular instance
-
C
Instance method reference on an arbitrary instance of a type
-
D
Constructor reference