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 |
What is compile time polymorphism?
20 Answers CTS, Elementus Technologies, Oracle,
What are the major drawbacks of external iteration?
What is abstraction in java?
1 Answers Akamai Technologies,
What is command line argument in java?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is callablestatement? How you can call stored procedure to pass in parameter?
What is used of static keyword in java?
What is an anonymous class in java?
What is data member in java?
Is vector synchronized in java?
what is use of functional interface in java 8?
What is final access modifier in java?