how to handle exceptions in core applications?
Answer Posted / tamilvanan
in core java, we can handle the exception by the following
key words
1.try
2.catch
3.finally
4.throws(it throws only predefined exception)
5.throw(it throw both predefined and userdefined exception)
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Which methods cannot be overridden in java?
What are the important features of Java 11 release?
Can abstract class have private constructor?
What is the difference between keyword and identifier?
Can inner class have constructor?
What is mysql driver class name?
Difference between object and reference?
Explain the difference between runnable and callable interface in java?
What are the advantages and disadvantages of object cloning?
Is set ordered in java?
How can constructor chaining be done using this keyword?
What are the 8 data types in java?
Which is faster call by value or call by reference?
Can I learn java without any programming experience?
How do you detect memory leaks?