String[] stringArray = {"A,B","B,A","C,D","C,B","A,V"}; stringArray.stream() ------>> Cannot invoke stream() on the array type String[] is it not good to have streaming on Array as well? :)