I should return String[] from method. I return it, but main method should return
{"java", "util", "stream"}
. Why it returns
[java, util, stream];
?