What is Java exception handling?
Answer / nashiinformaticssolutions
In Java, exceptions are objects. When you throw an exception, you throw an object. However, you can’t throw just any object as an exception — only those objects whose classes descend from throwable. Throwable serves as the base class for an entire family of classes, declared in java.lang, that your program can instantiate and throw.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is == in java?
What is vector capacity in java?
What best practices should you follow while writing multithreaded code in java?
What is JVM ? use of JVM?
When finally clause is executed?
Can a hashset contain duplicates java?
What is the difference between a static and a non-static inner class in java programming?
Tell me the latest versions in java related areas?
What is Java Shutdown Hook?
why marker interfaces are there in java
Hi Friends.. can any one provide the real time example for methodoverloading and methodoverriding .........
What is function overriding and overloading in java?