Betty:
This is what I understand :
(Overriding classes cannot throw any new checked exceptions.)
If Exception1 and Exception2 are Runtime exceptions, the test()
method in class Third can throw them without errors. In that
case, my answer would be a,b,c.
If Exception1 and Exception2 are Checked exceptions, the test()
method in class Third CANNOT throw them. My answer is c.
Based on this understanding and Java Nuts's posting my
previous post says
"Can I ASSUME Exception1 and Exception2 to be Checked
exceptions?"
I hope I am clear now.
Sorry for adding to ur confusion.
Are we one the same page ......
Regds.
- satya