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


Please Help Members By Posting Answers For Below Questions

Can inner class final?

856


Explain about interthread communication and how it takes place in java?

754


Is ++ operator is thread safe in java?

683


Explain try and catch keywords in java?

838


placement papaers of spring computing technology

1184


How do you use equal in java?

716


Does constructor return any value?

754


Write a program to solve producer consumer problem in java?

743


Can an interface be final?

743


When is an object subject to garbage collection?

761


What carriage return means?

692


What is the difference between ArrayList and Vector? which one is better in Java

800


How is the marker interface used in Java?

787


What is the purpose of garbage collection in java? When is it used?

764


What is the difference between JDBC 1.0 and JDBC 2.0?

2879