We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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? :)