Java语言中,String类中的indexOf()方法返回值的类型是()
A: int16
B: int32
C: int
D: long
A: int16
B: int32
C: int
D: long
举一反三
- 以下关于String类的常见操作中,哪个是方法会返回指定字符ch在字符串中最后一次出现位置的索引() A: int indexOf(int ch) B: int lastIndexOf(int ch) C: int indexOf(String str) D: int lastIndexOf(String str)
- 下面哪个不是Java类方法的返回值类型?() A: void B: int C: String D: static
- 以下选项中,哪一个是File类delete()方法返回值的类型( ) A: Boolean B: int C: String D: long
- 下列选项中,不属于值类型的是() A: struct B: Int32 C: Int D: string
- 下列选项中,不属于值类型的是( ) A: struct B: Int32 C: Int D: string