Home / Report Question

Q. How do you create an infinite stream?
  • A. Stream.infinite()
  • B. Stream.generate()
  • C. Stream.loop()
  • D. Stream.unbounded()