String methods in Java
str.length(): it returns the length of the string mentioned.
str.toLowerCase(): it converts the given characters of string into lower case.
str.toUpperCase(): it converts the given characters of string into upper case.
str.trim(): it is used to remov...
mahadev.hashnode.dev2 min read