A Spliterator is a type of Java8 Iterator in java. util package that traverses and partitions the elements of a source in Java into another Spliterator. A source can be a collection or an IO channel or a generator function

BY Best Interview Question ON 18 Jan 2020