Home » JAVA Programming » Java Basic » Question
  1. What is the purpose of BooleanSupplier function interface?
    1. returns null if Boolean is passed as argument
    2. There is no such function interface
    3. represents supplier of Boolean-valued results
    4. returns Boolean-valued result
    5. None of these
Correct Option: D

BooleanSupplier function interface represents supplier of Boolean-valued results.



Your comments will be displayed only after manual approval.