Java String length
The java string length() method length of the string. It returns count of total number of characters. The length of java string is same as the unicode code units of the string.
Signature
The signature of the string length() method is given below:
Specified by
CharSequence interface
Returns
length of characters
Java String length() method example
string length is: 10 string length is: 6
No comments:
Post a Comment