Which character represents a generic wildcard? $ O? # Which lambda expression properly implements the following interfa
Posted: Tue Jul 12, 2022 8:21 am
answer both questions please
Which character represents a generic wildcard? $ O? #
Which lambda expression properly implements the following interface? public interface Incident { void handle(); } O0> { System.out.println("hello"):] O (handle)-> { System.out.println("hello"); } O Incident() -> { System.out.println("hello"); } O 0 => [System.out.println("hello"); }