If you have been coding in Java 8 then you may know that using method reference in place of lambda expression makes your code more readable, hence it…