Backbase Interview Question

How you could improve the performance of a stream?

Interview Answer

Anonymous

Nov 23, 2021

Stream API provides a parallelStream method that can process the stream in a multi thread fashion.