Which of the following method is used to build custom data processing logic on a stream?

27. Which of the following method is used to build custom data processing logic on a stream?

  1. Stream()
  2. Process()
  3. Handler()
  4. Transform()

Answer: B) Process()

Explanation:

To build custom data processing logic on a stream, use the process() function.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.