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 |
How to Sort Strings which are given in List and display in ascending order without using java api.
Tell some latest versions in JAVA related areas?
What is a copy constructor in java?
Can we define constructor in inner class?
How many types of syncronization?
What is difference between float and double?
How to convert string to int in java?
Why do I need to declare the type of a variable in java?
How to avoid memory leak in java?
What do you mean by Function Overloading in java?
How do I find and replace in word?
What is the use of bufferedreader?