以下选项中,哪个是()方法返回值的类型?
A: boolean
B: int
C: String
D: Integer
A: boolean
B: int
C: String
D: Integer
A
举一反三
- 以下选项中,哪个是File类中isFile()方法返回值的类型( ) A: int B: boolean C: Integer D: String
- File类delete()方法返回值的类型是_______。 A: boolean B: int C: String D: Integer
- File类的mkdir方法的返回值的类型是() A: int B: boolean C: String D: Integer
- 以下选项中,哪一个是File类delete()方法返回值的类型( ) A: Boolean B: int C: String D: long
- (专升本)File类的方法delete()返回的数据类型为? ( ) A: boolean B: Integer C: String D: int
内容
- 0
下列哪个选项是main( )方法的返回值类型 A: int B: void C: boolean D: Static
- 1
接口Statement中定义的 executeQuery方法返回的类型是() A: int B: boolean C: ResultSet D: String
- 2
接口Statement中定义的executeUpdate方法的返回类型是 A: boolean B: int C: 无返回值 D: ResultSet
- 3
以下选项中,哪一个是File类delete()方法返回值的类型 A: boolean B: int C: void D: Interger
- 4
main()方法的返回类型是:(). A: boolean B: void C: String D: static