What is functional interface in Java 8 and what are three built-in examples?

Java Associate Hard

Java Associate — Hard

What is functional interface in Java 8 and what are three built-in examples?

Key points

  • Functional interfaces have one abstract method
  • They are used for lambda expressions
  • Examples include Function, Predicate, Consumer
  • These interfaces facilitate functional programming in Java

Ready to go further?

Related questions