In java, string is basically an object that represents sequence of char values. An array of characters works same as java string. For example: char[] ch={'j','a','v','a','t','p','o','i','n','t'}; ...
This repository contains solutions to various string manipulation problems in Java. The problems are based on common string operations and algorithms, such as reversing a string, finding palindromes, ...