Collectors perform the reduction operations. It combines the result of the processing ongoing on the elements of the stream like collecting the elements into collections, summarizing the elements according to the different criteria. Collectors return the list or a string. As a result, the readability is increased. Static import used here is static import java.util.stream.Collectors.*;

BY Best Interview Question ON 06 Mar 2019