Streams

Learn about data streams in Java and RxJava and why we prefer RxJava streams.

Java’s streams

If we think about it, a stream is not a new concept. A Collection in Java can be modeled as a stream where each element in the Collection is an item emitted in the stream.

Get hands-on with 1200+ tech skills courses.