Question 1: JAVA - Exception Types
Which of the following is a checked exception in Java?
Question 2: JAVA - Try-Catch Execution
What will be the output?
Question 3: JAVA - Finally Block
What will be the output?
Question 4: JAVA - Multiple Catch Blocks
Which catch block order is correct?
Question 5: JAVA - Throw vs Throws
Which statement is correct?
Question 6: JAVA - Exception Propagation
What will be the output?
Question 7: JAVA - Custom Exception
Which is correct about creating a custom exception?
Question 8: JAVA - Try with Multiple Resources
Which Java version introduced try-with-resources for automatic resource management?
Question 9: JAVA - Exception Hierarchy
Which is the top-most superclass of all exceptions in Java?
Question 10: JAVA - Catch Without Exception
What will happen?