A
Q. What is the output?
try {
int x = 5 / 0;
} catch (Exception e) {
System.out.print("Caught");
}
- Correct Answer - Option(A)
- Views: 8
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.