Examveda
Examveda

The class at the top of exception class hierarchy is .................

A. ArithmeticException

B. Throwable

C. Object

D. Exception

Answer: Option B


This Question Belongs to Java Program >> Exceptions

Join The Discussion

Comments ( 3 )

  1. Chetan Deshmukh
    Chetan Deshmukh :
    1 year ago

    object is correct ans

  2. Chetan Deshmukh
    Chetan Deshmukh :
    1 year ago

    object is correct ans

  3. Vivek Tiwari
    Vivek Tiwari :
    7 years ago

    Object
    |
    Throwable // Exeception Hierarchy start from here.
    |
    -----------------------------------------------
    | |
    Exeception Error

Related Questions on Exceptions