-->
当前位置:首页 > 题库

单选题:Which one below is checked exception that should be declared if

Luz5年前 (2021-05-10)题库1104
Which one below is checked exception that should be declared if a method throws it? @[C](2)

A. NullPointerException
B. ClassCastException
C. FileNotFoundException
D. IndexOutOfBoundsException




A.NullPointerException
B.ClassCastException
C.FileNotFoundException
D.IndexOutOfBoundsException


答案:C