• 2022-06-28
    能使用throw关键字抛出对象包括()。
    A: Error对象
    B: Event
    C: Object
    D: Throwable子类对象
    E: Exception对象
    F: RuntimeException对象