Given:
Which two interfaces can be used in lambda expressions? (Choose two.)
Given:
Which annotation should be used to remove warnings from compilation?

Given:
What will secure this code from a potential Denial of Service condition?
var numbers = List.of(0,1,2,3,4,5,6,7,8,9);
You want to calculate the average of numbers. Which two codes will accomplish this? (Choose two.)
