Write a statement that declares a reference variable e suitable for holding a reference to an Exception object.
LANGUAGE: JAVA
CHALLENGE:
Write a statement that declares a reference variable e suitable for holding a reference to an Exception object.
SOLUTION:
Exception e;