Summary
You can access a particular character in a string by referencing the index of that character through the Chars
property.
1
The index parameter of the Chars
property is zero-based.
1
The substring method has two versions and the substring method was added to the StringBuffer class for Java 2 SDK 1.2.
2
This allows you to get the character at the specified position.
2
According to