InterviewSolution
Saved Bookmarks
| 1. |
What is the return type of lambda expression?(a) String(b) Object(c) void(d) FunctionThis question was posed to me in examination.This question is from Java 8 Features in division Autoboxing & Miscellaneous of Java |
|
Answer» Correct answer is (d) Function |
|