SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use StringBuilder class
String b = new StringBuilder(a).toString();
Use of String or StringBuilder varies with your method requirements.