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 features of java?
Why are generics used?
How do you compare objects in java?
What is default locale java?
What are the skills required for core java?
Why there are some null interface in java? What does it mean?
How does class forname work in java?
Explain the difference between an object-oriented programming language and object-based programming language?
Can a class be final?
How many arguments can be passed to main ()?
Explain what do you mean by functional overloading in java?
How are destructors defined in java?
What is the difference between JDK and JVM?
Can java object be locked down for exclusive use by a given thread?
What is a generic code?