Wednesday, 29 April 2020

String Handling_Part-1 #Computer_Class_X #ICSE

 #Computer_Class_X #ICSE



Strings in Java are Objects that are backed internally by a char array. Since arrays are immutable(cannot grow), Strings are immutable as well. Whenever a change to a String is made, an entirely new String is created.


No comments:

Post a Comment