1
What can be said about the following class definition?
class MyException extends Exception { }
2
A NullPointerException...
3
Which Exceptions does the following clause catch?
catch (Exception ex) {...}
4
Any Java program...
5
An AnimatorThread instance...