Computer Science, asked by rahul4435, 1 year ago

what is string lenght with ex.

Answers

Answered by rishitashukla009
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 Anonymous
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