Home » Java Programming » Exceptions :: Discussion
Discussion :: Exceptions - Section 1
  1. Which statement is true?

    A. catch(X x) can catch subclasses of X where X is a subclass of Exception.
    B. Any statement that can throw an Exception must be enclosed in a try block.
    C. The Error class is a RuntimeException.
    D. Any statement that can throw an Error must be enclosed in a try block.

  2. A.
    a
    B.
    b
    C.
    c
    D.
    d

    view answer View Answer

    work space Workspace


Be The First To Comment