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 |
Can Anybody tell the diff b/w jdk1.6 and latest version.
What is pangram in java?
How are Java source code files named?
What is boolean strategy?
When will we use class loader?
What does compareto () do in java?
Is java written in c?
Is java platform independent?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
Are generics important java?
How do you remove an object from an arraylist in java?
Can you sort a string in java?