Which of the following statements is false?
a. Some event-listener interfaces are functional interfaces.
b. For such interfaces as mentioned in (a), you can implement event handlers with lambdas.
c. For a simple event handler, a lambda significantly reduces the amount of code you need to write.
d. All of the above are true.
d. All of the above are true.
Computer Science & Information Technology