0 votes
in JAVA by
How to get the length of a string in java?

1 Answer

0 votes
by

How to get the length of a string in java?

Length of string in java can be found using the .length() utility.

...