Home » JAVA Programming » Java Basic » Question
  1. What is the return type of lambda expression?
    1. void
    2. String
    3. Function
    4. Object
    5. None of these
Correct Option: C

Lambda expression enables us to pass functionality as an argument to another method, such as what action should be taken when someone clicks a button.



Your comments will be displayed only after manual approval.