Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
An example of a method reference is

System.out::println

Do the following:
i. Convert this method reference to a lambda expression.
ii. Determine which type of method reference this is (in the lecture three different
types of method reference were mentioned). Explain carefully.