Which character represents a generic wildcard? $ O? # Which lambda expression properly implements the following interfa
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Which character represents a generic wildcard? $ O? # Which lambda expression properly implements the following interfa
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"); }