What do you mean by checked exceptions?



What do you mean by checked exceptions?..

Answer / Ravi Ranjan

Checked exceptions are exceptions that can occur during the execution of a program, and they must be handled or declared in method signatures using the 'try-catch' block or throwing them to the caller using 'throws' keyword.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is compile time polymorphism?

20 Answers   CTS, Elementus Technologies, Oracle,


What are the major drawbacks of external iteration?

1 Answers  


What is abstraction in java?

1 Answers   Akamai Technologies,


What is command line argument in java?

1 Answers  


Write a program to show whether a graph is a tree or not using adjacency matrix.

1 Answers   Amazon,


What is callablestatement? How you can call stored procedure to pass in parameter?

1 Answers  


What is used of static keyword in java?

1 Answers   Cyient,


What is an anonymous class in java?

1 Answers  


What is data member in java?

1 Answers  


Is vector synchronized in java?

1 Answers  


what is use of functional interface in java 8?

1 Answers  


What is final access modifier in java?

1 Answers  


Categories