- What is functional programming?
- Can you give an example of functional programming?
- What is a stream?
- Explain about streams with an example?
- what are intermediate operations in streams?
- What are terminal operations in streams?
- What are method references?
- What are lambda expressions?
- Can you give an example of lambda expression?
- Can you explain the relationship between lambda expression and functional interfaces?
- What is a predicate?
- What is the functional interface - function?
- What is a consumer?
- Can you give examples of functional interfaces with multiple arguments?