If class Donkey2 is invoked twice, the first time without assertions enabled, and the second time with assertions enabled, what are the results?()<br /> <img src="https://nimg.ppkao.com/2018-08/zhoulian/201808011449038812.jpg?sign=6ffee29f3bd1b3ab522c3e43531636ed&t=62d5951b" />
A、no output
B、no output assert is on
C、assert is on
D、no output , An Assertion Error is thrown.
E、assert is on , An AssertionError is thrown.