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 are voids?
When should we create our own custom exception classes?
What is outofmemoryerror in java?
What is the use of arrays tostring () in java?
what is server side caching?
What is the declaration statement?
Is nullpointerexception checked or unchecked?
What do you mean by stack?
How will you reverse a singly-link list?
When should you make a function static?
What is dot operator?
What is the Scope of Static Variable?
What is the use of conditional statement?
How do you generate random numbers in java?
How do you identify if jvm is 32-bit or 64-bit from java program?