java stringbuilder remove first character code example Example: java remove first character "Hello World".substring(1) // ello World