સમાચાર

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 ...