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

单选题:What must be done when throwing an integer as an exception?

Luz5年前 (2021-05-10)题库1772
What must be done when throwing an integer as an exception? @[A](2)

A. Integers cannot be thrown.
B. Declare integers as Throwable.
C. Import the exception class.
D. Encapsulate the integer handler





A.Integers cannot be thrown.
B.Declare integers as Throwable.
C.Import the exception class.
D.Encapsulate the integer handler


答案:A