Java Tuorial - OOP Language Basics Primitive Data Types Convert Units Conversion Tables
Updated : January 13, 2010 8:51 AM
2
public char charAt (int index)
Returns the character at the specified index. An index ranges from 0 to length() - 1 . The first character of the sequence is at index 0 , the next at index 1 , and so on, as for array indexing.
Specified by: charAt in interface CharSequence
Parameters: index - the index of the character.
Returns: the character at the specified index of this string. The first character is at index 0 .
Throws: IndexOutOfBoundsException - if the index argument is negative or not less than the length of this string.
Ala All Als Be Da D'Ar K Co K Cu Ki Lo My Sa Sc Vi Not Listed
Last Name :
Email :
Select one of the following that describes when and why you are filling out this form: This assignment is in on time. This assignment is in on time, being resubmitted due to a failed submission (I have a copy of the original submission). This assignment is a corrected submission for half the missed credit. This assignment is one day late and will lose 15%. This assignment is more than one day late (half credit at best). This assignment is late because of an EXCUSED absence. This assignment is being resubmitted at the request of the teacher.
code
Updated: Monday, January 3, 2011 2:11 PM