0 votes
in JAVA by

Which utility function can be used to extract characters at a specific location in a string?

1 Answer

0 votes
by

Which utility function can be used to extract characters at a specific location in a string?

The charAt() utility function can be used to achieve the above-written functionality.

...