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
Can we override final method?
What is the difference between private & public & friendly classes?
when you will synchronize a piece of your code? : Java thread
how to run ecllipse with jettyserver for windows environment using batch file
What is bufferedreader in java?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
Explain features of interfaces in java?
Can we override constructor in java?
Can you sort a list in java?
What are default methods ?
What are the special characters?
What are the 6 boolean operators?
What is the difference between double and float variables in java?
What is bufferedwriter?
Explain what access modifiers can be used for variables?