• 2022-06-29 问题

    能在方法体内正确抛出异常的语句是: A: new throw Exception(",,,,,,"); B: throw newException(",,,,,,"); C: throws newException(",,,,,,"); D: thrownewException;

    能在方法体内正确抛出异常的语句是: A: new throw Exception(",,,,,,"); B: throw newException(",,,,,,"); C: throws newException(",,,,,,"); D: thrownewException;

  • 1