When is it recommended to use lambda expressions in Java?
When inheritance is essential
When accessing static methods of a class
When a method is required to be implemented only once
When implementing a class with several methods