Write an expression whose value is a reference to a newly created Exception object with no specific message.
LANGUAGE: JAVA
CHALLENGE:
Write an expression whose value is a reference to a newly created Exception object with no specific message.
SOLUTION:
new Exception()