A set of character extracted from a string is called a
Answers
Answered by
2
Answer:
Character Extraction in Java
There are several ways by which characters can be extracted from String class object. ...
charAt() method is used to extract a single character at an index. ...
In above example ch will contain character l. ...
It is used to extract more than one character.
Similar questions