Question: Question 0.5 pts If the following code appears in a class, it won't compile. Why? public static void main(String[] args) throw new ExceptionCHi!); Java doesn't

Question 0.5 pts If the following code appears in a class, it won't compile. Why? public static void main(String[] args) throw new ExceptionC"Hi!"); Java doesn't allow throwing Exceptions O The Exception constructor doesn't take an argument O The Exception class is "checked" so you must write throws Exception after (Stringll args) If a Java program is guaranteed to throw an exception, Java won't allow it to compile
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
