Computer Science, asked by deeptivishal, 1 month ago

what is used to calculate the number of characters in a string​

Answers

Answered by hiral128794
0

Answer:

Java String length() method is used to find out the length of a String. This method counts the number of characters in a String including the white spaces and returns the count.

Similar questions