5 What is Java exception handling?
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 the difference between Java and C++?
0 Answers Integreon, TCS, ZS Associates,
Can we call the constructor of a class more than once for an object?
How do you use substring in java?
What is operator overloading. Is it is supported in java?
How does map works in java?
What are different types of states exist for a thread?
What is variable in java?
Are constructors methods?
Explain an algorithm to find depth of a binary tree.
0 Answers Akamai Technologies,
Which Math method is used to calculate the absolute value of a number?
What is the purpose of file class?
what is the diffrence between class and object?