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
What is finally in Java?
Can you inherit a constructor java?
What initialize variables?
What are kinds of processors?
what are the methods in object?
What is the base class in java from which all classes are derived?
Is ruby built on java?
Is java programming easy?
Where to store local variables?
In java, how many ways you can take input from the console?
What is a vector in java?
Which java ide is used the most?
Explain the importance of join() method in thread class?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is the public method modifier?