InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of functional interface in Java 8? |
|
Answer» FUNCTIONAL interfaces are those interfaces that have a SINGLE functionality. Example |
|