what is string lenght with ex.
Answers
Answered by
1
The string length method returns the number of characters written in the String. This method returns the length of any string which is equal to the number of 16-bit Unicode characters in the string.
rahul4435:
thx
Answered by
0
Answer:
What is String "Length" Method in Java? This function is used to get the length of a Java String. The string length method returns the number of characters written in the String. This method returns the length of any string which is equal to the number of 16-bit Unicode characters in the string.
Similar questions