Q. Which Stream API method is commonly used with lambdas?

  • (A) map()
  • (B) start()
  • (C) execute()
  • (D) invoke()
πŸ’¬ Discuss
βœ… Correct Answer: (A) map()
Explanation: `map()` is commonly used with lambdas to transform stream elements.
Explanation by: Mr. Dubey
`map()` is commonly used with lambdas to transform stream elements.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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