SyntaxFix
Write A Post
Hire A Developer
Questions
Another useful solution, you can work with this string as array of String
for (String s : "xyz".split("")) { System.out.println(s); }