Consider this exception message:     Exception in thread “m…

Consider this exception message:     Exception in thread “main” java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer  at Testing.main(Testing.java:8)   Q1. what is the type of exception thrown?  Answer:   Q2. at what line the exception occurred? Answer:   Q3. what is the name of the class the exception occurred in? Answer: