使用()关键在声明接口
A. interface
B. final
C. super
D. extend
定义接口的实现类,需要使用()关键字
A. implements
B. interfact
C. final
D. super
以下哪个方法可以返回指定字符在字符串中第一次出现的位置索引()
A. indexOf
B. string
C. lastindexOf
D. trim
以下哪一个方法可以实现所有字符都转化为小写字母()
A. toLowerCase
B. toUpperCase
C. indexOf
D. toCharArray