單項選擇題已知表達式intm[]={0,1,2,3,4,5,6};下面哪個表達式的值與數(shù)組元素個數(shù)相等?()。

A.m.length()
B.m.length
C.m.length()+1
D.m.length+1


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題如果表達式a==b中的"=="是作為普通函數(shù)重載的運算符,若采用運算符函數(shù)調(diào)用格式,則可表示為()。

A.a.operator==(b)
B.b.operator==(a)
C.operator==(a,b)
D.operator==(b,a)

3.單項選擇題假定AB為一個類,則執(zhí)行"ABx(a,5);"語句時將自動調(diào)用該類的()。

A.帶參構造函數(shù)
B.無參構造函數(shù)
C.拷貝構造函數(shù)
D.賦值重載函數(shù)

4.單項選擇題在讀字節(jié)文件Employee.dat時,使用該文件作為參數(shù)的類是()。

A.Buffered Reader
B.Data Input Stream
C.Data Output Stream
D.File Input Stream

5.單項選擇題下面的異常()為數(shù)組下標越界異常。

A.Arithmetic Exception
B.Null Pointer Exception
C.Array Index Out Of Bounds Exception
D.File Not Found Exception