Nuacht

sb.append(" kumari"); //mutable String and we can append any string to the existing string. System.out.println(sb); System.out.println(sb.capacity()); //actually capacity is 16 characters // So once ...
Contribute to Keyrun847/telusko-java development by creating an account on GitHub.