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's the purpose of static methods and static variables?
What is a flag and how does it work?
I/O blocking means?
What is console based application in java?
How to create a thread in java?
What is method with example?
Explain the reason behind ending a program with a system.exit(0)?
How do you use compareto method?
why HashTable not allow null key and value
What method is used to specify a container's layout in java programming?
Why is the main method declared static?
what is the purpose of "virtual"?