Why does String [] part = string.split(” “) return a single string in place of returning a string array and gives an ArrayIndexOutOfBoundException?
SupportExpert
Why does String [] part = string.split(” “) return a single string in place of returning a string array and gives an ArrayIndexOutOfBoundException?
Share