Q. Which functional interface is used to chain multiple transformations?

  • (A) Predicate
  • (B) Consumer
  • (C) Function
  • (D) Supplier
πŸ’¬ Discuss
βœ… Correct Answer: (C) Function
Explanation: `Function` can be composed and chained using `andThen` and `compose`.
Explanation by: Mr. Dubey
`Function` can be composed and chained using `andThen` and `compose`.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
61
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate