Chapter7: Strings and StringBuilder
Overview on String
Every string that you create is actually a object of type string. Strings in Java are immutable, meaning their values cannot be changed once they are created. Operations such as concatenation or substring extraction result in the c...
kavya08.hashnode.dev3 min read