Problem Statement
Which method reference form refers to an instance method of a particular object?
Explanation
There are four forms: static, instance of particular object, instance of arbitrary object of a particular type, and constructor. `objectRef::instanceMethod` is the particular object form.
Practice Sets
This question appears in the following practice sets:
