單項選擇題下面的異常()為數組下標越界異常。
A.Arithmetic Exception
B.Null Pointer Exception
C.Array Index Out Of Bounds Exception
D.File Not Found Exception
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題下列哪個類不是異常類的父類()。
A.Error
B.Throwable
C.Exception
D.Object
2.單項選擇題具有()訪問權限的成員只能夠被本類和同一包中的其他任何類所訪問。
A.公有
B.保護
C.私有
D.缺省