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 inner class final?
Explain about interthread communication and how it takes place in java?
Is ++ operator is thread safe in java?
Explain try and catch keywords in java?
placement papaers of spring computing technology
How do you use equal in java?
Does constructor return any value?
Write a program to solve producer consumer problem in java?
Can an interface be final?
When is an object subject to garbage collection?
What carriage return means?
What is the difference between ArrayList and Vector? which one is better in Java
How is the marker interface used in Java?
What is the purpose of garbage collection in java? When is it used?
What is the difference between JDBC 1.0 and JDBC 2.0?