String s
s.length()
charAt()
0
length() - 1
StringBuilder res = new StringBuilder(); for (String s : strs) res.append(s); return res.toString();