Computer Science, asked by viru832, 10 months ago

Predict the output of following Java program
class Main {
public static void main(String args[]) {
try {
throw 10;
catch(int e) {
System.out.println("Got the Exception
O Got the Exception 10
O Got the Exception o
Compiler Error
O None of the above​

Answers

Answered by Bhavikadhanajay
0

Answer:

not any output please send the correct Questions

Similar questions