Operation On Strings In JAVA
We are going to perform 3 basic operation on String:
1.Calculating Length of String.
Its very easy in java using length() function. It will return int value of the string including spaces. Check below code for better understanding
2.Concatenation ...
gouravmk.hashnode.dev1 min read