News

StringBuilder could be modified while String is immutable StringBuilder sb = new StringBuilder(5); You can set up the string length to 5, default is 16. How to add string to StringBuilder?