char charAt(int i) // 인덱스 i인 곳의 문자를 가져온다.
int length() // 문자열의 문자 수를 가져온다.
boolean equals(String s) // 문자열 s와 같은가를 조사