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 the methods available in a class?
What is java string pool?
Why java applets are more useful for intranets as compared to internet?
whatis Home interface and Remoteinterface? with example?
How to sort array of 0 and 1 in java?
What is difference between array and arraylist in java?
What is bool mean?
Program to Find the second largest element in an array.
Wha is the output from system.out.println(“hello”+null); ?
What happens when I use / and % with a negative numerator?
What is the concept of multithreading?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is unicode in java?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
Explain the reason behind ending a program with a system.exit(0)?